summaryrefslogtreecommitdiff
path: root/sleekxmpp/features/feature_bind
diff options
context:
space:
mode:
authorJean-Philippe Caruana <jp@barreverte.fr>2013-07-26 13:04:08 +0200
committerJean-Philippe Caruana <jp@barreverte.fr>2013-07-26 17:48:33 +0200
commit2c26fb0d76b550fddf64082c17de1054a7b23089 (patch)
treeb0ddc030975fcb1b6090924299243eaf3bb0d940 /sleekxmpp/features/feature_bind
parent18dde97c8cd377bbd2a1c9af816005b4ae473832 (diff)
downloadslixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.tar.gz
slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.tar.bz2
slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.tar.xz
slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.zip
optimize imports
Diffstat (limited to 'sleekxmpp/features/feature_bind')
-rw-r--r--sleekxmpp/features/feature_bind/bind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/features/feature_bind/bind.py b/sleekxmpp/features/feature_bind/bind.py
index bc145620..ee4c1e9b 100644
--- a/sleekxmpp/features/feature_bind/bind.py
+++ b/sleekxmpp/features/feature_bind/bind.py
@@ -12,7 +12,7 @@ from sleekxmpp.jid import JID
from sleekxmpp.stanza import Iq, StreamFeatures
from sleekxmpp.features.feature_bind import stanza
from sleekxmpp.xmlstream import register_stanza_plugin
-from sleekxmpp.plugins import BasePlugin, register_plugin
+from sleekxmpp.plugins import BasePlugin
log = logging.getLogger(__name__)