lang_DK do not depends on num2words

This commit is contained in:
Marc Ducobu
2017-10-19 11:57:37 +02:00
parent 659920c881
commit 2f3acee36f

View File

@@ -15,7 +15,7 @@
# MA 02110-1301 USA # MA 02110-1301 USA
from __future__ import division, unicode_literals, print_function from __future__ import division, unicode_literals, print_function
from num2words import lang_EU from . import lang_EU
class Num2Word_DK(lang_EU.Num2Word_EU): class Num2Word_DK(lang_EU.Num2Word_EU):
def set_high_numwords(self, high): def set_high_numwords(self, high):