From 94b57d232d0fd1198835a93a013e1f9ff715d5eb Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sat, 18 Feb 2012 11:44:05 -0800 Subject: More pyflakes cleanup. --- sleekxmpp/xmlstream/xmlstream.py | 1 - 1 file changed, 1 deletion(-) (limited to 'sleekxmpp/xmlstream/xmlstream.py') 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: -- cgit v1.2.3