summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/stanzabase.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-02-18 11:44:05 -0800
committerLance Stout <lancestout@gmail.com>2012-02-18 11:44:05 -0800
commit94b57d232d0fd1198835a93a013e1f9ff715d5eb (patch)
treec2bba0e3fc765da0a42d46a463d4e0171b16994d /sleekxmpp/xmlstream/stanzabase.py
parent7cdedb2ec0415a77dd2307710d44bae475f09b54 (diff)
downloadslixmpp-94b57d232d0fd1198835a93a013e1f9ff715d5eb.tar.gz
slixmpp-94b57d232d0fd1198835a93a013e1f9ff715d5eb.tar.bz2
slixmpp-94b57d232d0fd1198835a93a013e1f9ff715d5eb.tar.xz
slixmpp-94b57d232d0fd1198835a93a013e1f9ff715d5eb.zip
More pyflakes cleanup.
Diffstat (limited to 'sleekxmpp/xmlstream/stanzabase.py')
-rw-r--r--sleekxmpp/xmlstream/stanzabase.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/xmlstream/stanzabase.py b/sleekxmpp/xmlstream/stanzabase.py
index 1a146fa8..648f8603 100644
--- a/sleekxmpp/xmlstream/stanzabase.py
+++ b/sleekxmpp/xmlstream/stanzabase.py
@@ -14,7 +14,6 @@
import copy
import logging
-import sys
import weakref
from xml.etree import cElementTree as ET