Modernize: Unicode literals

This commit is contained in:
Virgil Dupras
2013-05-27 14:49:40 -04:00
parent 2f5a0e3b41
commit eecf1ac9c1
11 changed files with 11 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ Data from:
History:
1.1: add to_currency()
'''
from __future__ import unicode_literals
from num2word_base import Num2Word_Base
class Num2Word_EU(Num2Word_Base):