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/gajim-remote.py')
-rwxr-xr-xsrc/gajim-remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gajim-remote.py b/src/gajim-remote.py
index 378aa5abe..413a9f27a 100755
--- a/src/gajim-remote.py
+++ b/src/gajim-remote.py
@@ -33,7 +33,7 @@ import signal
signal.signal(signal.SIGINT, signal.SIG_DFL) # ^C exits the application
from common import exceptions
-from common import i18n
+from common import i18n # This installs _() function
try:
PREFERRED_ENCODING = locale.getpreferredencoding()