NameError on translated strings (logging)
svn: r23335
This commit is contained in:
parent
4c1e7f1b71
commit
2b9b870f3b
@ -33,6 +33,8 @@ import logging
|
|||||||
# import prerequisites for localized handlers
|
# import prerequisites for localized handlers
|
||||||
from _DateHandler import (LANG, LANG_SHORT, LANG_TO_PARSER, LANG_TO_DISPLAY,
|
from _DateHandler import (LANG, LANG_SHORT, LANG_TO_PARSER, LANG_TO_DISPLAY,
|
||||||
register_datehandler)
|
register_datehandler)
|
||||||
|
|
||||||
|
from gen.ggettext import gettext as _
|
||||||
|
|
||||||
# Import all the localized handlers
|
# Import all the localized handlers
|
||||||
import _Date_ar
|
import _Date_ar
|
||||||
|
Loading…
Reference in New Issue
Block a user