Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkexcepthook.py')
-rw-r--r--src/gtkexcepthook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py
index 114cfaf9e..4719f520d 100644
--- a/src/gtkexcepthook.py
+++ b/src/gtkexcepthook.py
@@ -27,7 +27,7 @@ import threading
import gtk
import pango
-from common import i18n
+from common import i18n # installs _() function
import dialogs
from cStringIO import StringIO