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,9 +6,8 @@
See the file LICENSE for copying permission.
"""
from sleekxmpp.stanza import Error
from sleekxmpp.stanza.rootstanza import RootStanza
from sleekxmpp.xmlstream import StanzaBase, ET
from sleekxmpp.xmlstream import StanzaBase
class Presence(RootStanza):