remove unneeded code

This commit is contained in:
Paul Franklin 2015-03-19 10:00:46 -07:00
parent b324e0fb80
commit 768dcbf112
2 changed files with 0 additions and 6 deletions

View File

@ -66,9 +66,6 @@ class DateParserAR(DateParser):
'حوالي.' : Date.MOD_ABOUT, 'حوالي.' : Date.MOD_ABOUT,
'حوالي' : Date.MOD_ABOUT, 'حوالي' : Date.MOD_ABOUT,
} }
# in some languages some of above listed modifiers are after the date,
# in that case the subclass should put them into this dictionary instead
modifier_after_to_int = {}
islamic_to_int = { islamic_to_int = {
"محرّم" : 1, "محرّم الحرام" : 1, "محرّم" : 1, "محرّم الحرام" : 1,

View File

@ -77,9 +77,6 @@ class DateParserEL(DateParser):
'γυρ.' : Date.MOD_ABOUT, 'γυρ.' : Date.MOD_ABOUT,
'~' : Date.MOD_ABOUT, '~' : Date.MOD_ABOUT,
} }
# in some languages some of above listed modifiers are after the date,
# in that case the subclass should put them into this dictionary instead
modifier_after_to_int = {}
bce = ["π.Χ.", "π.Κ.Χ.", "π.Κ.Ε.", "π.Χ" ] bce = ["π.Χ.", "π.Κ.Χ.", "π.Κ.Ε.", "π.Χ" ]