File diff f9c045a63efc → 620816fe724a
oxrlib/config.py
Show inline comments
...
 
@@ -20,7 +20,7 @@ def currency_code(s):
 

	
 
def date_from(fmt_s):
 
    def date_from_fmt(s):
 
        return datetime.datetime.strptime(s, fmt_s).date
 
        return datetime.datetime.strptime(s, fmt_s).date()
 
    return date_from_fmt
 

	
 
class Configuration: