From 81c48ed06da9938b2c1fe7b942d1cc782a6f497d Mon Sep 17 00:00:00 2001 From: Jiro Matsuzawa Date: Wed, 29 Dec 2010 04:08:01 +0900 Subject: Fix Bug 638207. Import i18n.py to make the setting window translatable. --- caribou/ui/i18n.py.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'caribou/ui/i18n.py.in') diff --git a/caribou/ui/i18n.py.in b/caribou/ui/i18n.py.in index 067283a..bf7ad0f 100644 --- a/caribou/ui/i18n.py.in +++ b/caribou/ui/i18n.py.in @@ -2,8 +2,6 @@ import gettext from gettext import gettext as _ import os -print 'initialized i18n' - def C_(ctx, s): """Provide qualified translatable strings via context. (copied from Orca)""" -- cgit v1.2.1