Fix missing gettext import.
svn: r10707
This commit is contained in:
@@ -26,6 +26,8 @@
|
|||||||
# Standard python modules
|
# Standard python modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
from gettext import gettext as _
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
_LOG = logging.getLogger(".widgets.buttons")
|
_LOG = logging.getLogger(".widgets.buttons")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user