missing gettext import
svn: r12801
This commit is contained in:
@@ -30,7 +30,7 @@ __all__ = ["LinkLabel", "EditLabel", "BasicLabel", "GenderLabel",
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import os
|
import os
|
||||||
import cgi
|
import cgi
|
||||||
|
from gettext import gettext as _
|
||||||
import logging
|
import logging
|
||||||
_LOG = logging.getLogger(".widgets.labels")
|
_LOG = logging.getLogger(".widgets.labels")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user