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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gajim-remote.py b/src/gajim-remote.py
index 378aa5abe..f6ee2d968 100755
--- a/src/gajim-remote.py
+++ b/src/gajim-remote.py
@@ -28,6 +28,7 @@
# gajim-remote help will show you the D-BUS API of Gajim
import sys
+import os
import locale
import signal
signal.signal(signal.SIGINT, signal.SIG_DFL) # ^C exits the application