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/remote_control.py')
-rw-r--r--src/remote_control.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remote_control.py b/src/remote_control.py
index 25160eb4f..eada36668 100644
--- a/src/remote_control.py
+++ b/src/remote_control.py
@@ -43,7 +43,6 @@ if dbus_support.supported:
import dbus
if dbus_support:
import dbus.service
- import dbus.glib
INTERFACE = 'org.gajim.dbus.RemoteInterface'
OBJ_PATH = '/org/gajim/dbus/RemoteObject'