diff options
author | Lance Stout <lancestout@gmail.com> | 2012-02-18 11:44:05 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-02-18 11:44:05 -0800 |
commit | 94b57d232d0fd1198835a93a013e1f9ff715d5eb (patch) | |
tree | c2bba0e3fc765da0a42d46a463d4e0171b16994d /sleekxmpp/xmlstream/xmlstream.py | |
parent | 7cdedb2ec0415a77dd2307710d44bae475f09b54 (diff) | |
download | slixmpp-94b57d232d0fd1198835a93a013e1f9ff715d5eb.tar.gz slixmpp-94b57d232d0fd1198835a93a013e1f9ff715d5eb.tar.bz2 slixmpp-94b57d232d0fd1198835a93a013e1f9ff715d5eb.tar.xz slixmpp-94b57d232d0fd1198835a93a013e1f9ff715d5eb.zip |
More pyflakes cleanup.
Diffstat (limited to 'sleekxmpp/xmlstream/xmlstream.py')
-rw-r--r-- | sleekxmpp/xmlstream/xmlstream.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/xmlstream/xmlstream.py b/sleekxmpp/xmlstream/xmlstream.py index c15bd657..f626eb00 100644 --- a/sleekxmpp/xmlstream/xmlstream.py +++ b/sleekxmpp/xmlstream/xmlstream.py @@ -24,7 +24,6 @@ import ssl import sys import threading import time -import types import random import weakref try: |