Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nbxmpp
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-03-10 22:12:31 +0300
committerlovetox <philipp@hoerist.com>2020-03-10 22:12:31 +0300
commit7b97addbbd2c68e83049e1e963e3e2211d14fb69 (patch)
treea19b91fc47f812e6de82860c57e43c80c5558674 /nbxmpp
parent45197eaf81ef962b1d54b099dddd8154161e9f85 (diff)
Remove unused import
Diffstat (limited to 'nbxmpp')
-rw-r--r--nbxmpp/tcp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nbxmpp/tcp.py b/nbxmpp/tcp.py
index 4ddacb7..d89428d 100644
--- a/nbxmpp/tcp.py
+++ b/nbxmpp/tcp.py
@@ -16,7 +16,6 @@
# along with this program; If not, see <http://www.gnu.org/licenses/>.
import logging
-import struct
from collections import deque
from gi.repository import GLib