missing gettext import

svn: r12801
This commit is contained in:
Benny Malengier 2009-07-15 15:39:07 +00:00
parent 0ae751e916
commit 30d15df800

View File

@ -30,7 +30,7 @@ __all__ = ["LinkLabel", "EditLabel", "BasicLabel", "GenderLabel",
#-------------------------------------------------------------------------
import os
import cgi
from gettext import gettext as _
import logging
_LOG = logging.getLogger(".widgets.labels")