More import cleanup based on pyflakes.

This commit is contained in:
Lance Stout
2012-02-18 11:40:34 -08:00
parent 676324805e
commit 7cdedb2ec0
8 changed files with 6 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
See the file LICENSE for copying permission.
"""
from sleekxmpp.xmlstream import ElementBase, ET, register_stanza_plugin
from sleekxmpp.xmlstream import ElementBase, ET
class Error(ElementBase):