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:
authorYann Leboulanger <asterix@lagaule.org>2015-05-10 21:54:26 +0300
committerYann Leboulanger <asterix@lagaule.org>2015-05-10 21:54:26 +0300
commit5978d846156f35785dea82efeeb80d554bb30f3a (patch)
treee13a4d3c40ccf49da0afa996dfbf816c84b1c785 /src/common
parenta5ec0f4f2a476660926b8162bb72ee8d58c6a3a7 (diff)
some cleanup
Diffstat (limited to 'src/common')
-rw-r--r--src/common/zeroconf/connection_handlers_zeroconf.py3
-rw-r--r--src/common/zeroconf/connection_zeroconf.py1
2 files changed, 1 insertions, 3 deletions
diff --git a/src/common/zeroconf/connection_handlers_zeroconf.py b/src/common/zeroconf/connection_handlers_zeroconf.py
index e7648a89b..f1d113c62 100644
--- a/src/common/zeroconf/connection_handlers_zeroconf.py
+++ b/src/common/zeroconf/connection_handlers_zeroconf.py
@@ -24,9 +24,6 @@
##
import time
-import socket
-
-from calendar import timegm
import nbxmpp
diff --git a/src/common/zeroconf/connection_zeroconf.py b/src/common/zeroconf/connection_zeroconf.py
index 527f5e905..a714b2534 100644
--- a/src/common/zeroconf/connection_zeroconf.py
+++ b/src/common/zeroconf/connection_zeroconf.py
@@ -32,6 +32,7 @@
import os
+import socket
import random
random.seed()