Might as well do this for all errors

This commit is contained in:
Chris Jones 2009-11-30 09:51:34 +00:00
parent 05fb49bed6
commit 595a3a02e5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ try:
import gettext import gettext
gettext.textdomain(APP_NAME) gettext.textdomain(APP_NAME)
_ = gettext.gettext _ = gettext.gettext
except ImportError: except:
dbg("Using fallback _()") dbg("Using fallback _()")
def dummytrans (text): def dummytrans (text):