diff options
author | Lance Stout <lancestout@gmail.com> | 2012-02-18 11:40:34 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-02-18 11:40:34 -0800 |
commit | 7cdedb2ec0415a77dd2307710d44bae475f09b54 (patch) | |
tree | 598c85d060a759e93e38c713029a5752f4a6f920 /sleekxmpp/stanza/stream_features.py | |
parent | 676324805efbe5b9ae468ecad6fdaa91cef85f53 (diff) | |
download | slixmpp-7cdedb2ec0415a77dd2307710d44bae475f09b54.tar.gz slixmpp-7cdedb2ec0415a77dd2307710d44bae475f09b54.tar.bz2 slixmpp-7cdedb2ec0415a77dd2307710d44bae475f09b54.tar.xz slixmpp-7cdedb2ec0415a77dd2307710d44bae475f09b54.zip |
More import cleanup based on pyflakes.
Diffstat (limited to 'sleekxmpp/stanza/stream_features.py')
-rw-r--r-- | sleekxmpp/stanza/stream_features.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sleekxmpp/stanza/stream_features.py b/sleekxmpp/stanza/stream_features.py index b800011f..9993c84a 100644 --- a/sleekxmpp/stanza/stream_features.py +++ b/sleekxmpp/stanza/stream_features.py @@ -6,8 +6,7 @@ See the file LICENSE for copying permission. """ -from sleekxmpp.xmlstream import ElementBase, StanzaBase, ET -from sleekxmpp.xmlstream import register_stanza_plugin +from sleekxmpp.xmlstream import StanzaBase class StreamFeatures(StanzaBase): |