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
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-03-10 23:26:04 +0300
committerlovetox <philipp@hoerist.com>2020-03-10 23:26:04 +0300
commita89e9a52cd9fa11809de8c22376eaa40096ddeb4 (patch)
tree34b1f5eb2b92f18505ecc5723252167d7eb4070a /nbxmpp/old_dispatcher.py
parent5e326b3eb83896d19c57964e06e6bb4292efe289 (diff)
Remove unused imports
Diffstat (limited to 'nbxmpp/old_dispatcher.py')
-rw-r--r--nbxmpp/old_dispatcher.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nbxmpp/old_dispatcher.py b/nbxmpp/old_dispatcher.py
index 60f68d5..ccaef24 100644
--- a/nbxmpp/old_dispatcher.py
+++ b/nbxmpp/old_dispatcher.py
@@ -20,7 +20,6 @@ different handlers to different XMPP stanzas and namespaces
"""
import sys
-import locale
import re
import uuid
import logging