remove unneeded code
This commit is contained in:
		@@ -66,9 +66,6 @@ class DateParserAR(DateParser):
 | 
			
		||||
        'حوالي.'     : 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 = {
 | 
			
		||||
        "محرّم"           : 1,  "محرّم الحرام"  : 1,
 | 
			
		||||
 
 | 
			
		||||
@@ -77,9 +77,6 @@ class DateParserEL(DateParser):
 | 
			
		||||
        'γυρ.'         : 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 = ["π.Χ.", "π.Κ.Χ.", "π.Κ.Ε.", "π.Χ" ]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user