And make pylint happy about it

This commit is contained in:
Chris Jones 2009-11-30 09:52:38 +00:00
parent 595a3a02e5
commit ced0e4f3f5

View File

@ -22,6 +22,7 @@ from util import dbg
_ = None _ = None
# pylint: disable-msg=W0702
try: try:
import gettext import gettext
gettext.textdomain(APP_NAME) gettext.textdomain(APP_NAME)