diff options
author | Tom Nichols <tmnichols@gmail.com> | 2010-07-12 12:16:58 -0400 |
---|---|---|
committer | Tom Nichols <tmnichols@gmail.com> | 2010-07-12 12:16:58 -0400 |
commit | 1e009513ee40cc12320732ac286fdeb2baf634ef (patch) | |
tree | 38edba1447be1ee668a165ca2dd506d673b37095 /sleekxmpp/stanza/iq.py | |
parent | 55f83e8ab03d1f1824a5ed286d612c155112d318 (diff) | |
download | slixmpp-1e009513ee40cc12320732ac286fdeb2baf634ef.tar.gz slixmpp-1e009513ee40cc12320732ac286fdeb2baf634ef.tar.bz2 slixmpp-1e009513ee40cc12320732ac286fdeb2baf634ef.tar.xz slixmpp-1e009513ee40cc12320732ac286fdeb2baf634ef.zip |
removed some unused imports
Diffstat (limited to 'sleekxmpp/stanza/iq.py')
-rw-r--r-- | sleekxmpp/stanza/iq.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/stanza/iq.py b/sleekxmpp/stanza/iq.py index 2b3ca83b..fe904478 100644 --- a/sleekxmpp/stanza/iq.py +++ b/sleekxmpp/stanza/iq.py @@ -7,7 +7,6 @@ """ from .. xmlstream.stanzabase import StanzaBase from xml.etree import cElementTree as ET -from . error import Error from .. xmlstream.handler.waiter import Waiter from .. xmlstream.matcher.id import MatcherId from . rootstanza import RootStanza |