Add missing import

svn: r14000
This commit is contained in:
Gerald Britton 2010-01-08 21:46:36 +00:00
parent debfc3dd78
commit 16808b6c0e

View File

@ -26,6 +26,7 @@
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
from xml.sax import handler from xml.sax import handler
from gettext import gettext as _
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #