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, 1 insertions, 0 deletions
diff --git a/src/common/xmpp/client.py b/src/common/xmpp/client.py
index a71a132df..4a1c8b7e8 100644
--- a/src/common/xmpp/client.py
+++ b/src/common/xmpp/client.py
@@ -21,6 +21,7 @@ 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