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/common/xmpp/client.py')
-rw-r--r--src/common/xmpp/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/xmpp/client.py b/src/common/xmpp/client.py
index 4a1c8b7e8..a71a132df 100644
--- a/src/common/xmpp/client.py
+++ b/src/common/xmpp/client.py
@@ -21,7 +21,6 @@ examples of xmpppy structures usage.
These classes can be used for simple applications "AS IS" though.
"""
-import socket
import debug
Debug=debug
Debug.DEBUGGING_IS_ON=1