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, 0 insertions, 1 deletions
diff --git a/src/gajim-remote.py b/src/gajim-remote.py
index f6ee2d968..378aa5abe 100755
--- a/src/gajim-remote.py
+++ b/src/gajim-remote.py
@@ -28,7 +28,6 @@
# 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