diff options
author | Jean-Philippe Caruana <jp@barreverte.fr> | 2013-07-26 13:04:08 +0200 |
---|---|---|
committer | Jean-Philippe Caruana <jp@barreverte.fr> | 2013-07-26 17:48:33 +0200 |
commit | 2c26fb0d76b550fddf64082c17de1054a7b23089 (patch) | |
tree | b0ddc030975fcb1b6090924299243eaf3bb0d940 /sleekxmpp/features/feature_bind/bind.py | |
parent | 18dde97c8cd377bbd2a1c9af816005b4ae473832 (diff) | |
download | slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.tar.gz slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.tar.bz2 slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.tar.xz slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.zip |
optimize imports
Diffstat (limited to 'sleekxmpp/features/feature_bind/bind.py')
-rw-r--r-- | sleekxmpp/features/feature_bind/bind.py | 2 |
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__) |