re-add missing import
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 24 Jul 2007 13:28:03 +0000 (13:28 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 24 Jul 2007 13:28:03 +0000 (13:28 +0000)
lastfm/src/httpclient.py

index 598139e..305e253 100755 (executable)
@@ -1,6 +1,6 @@
 from twisted.internet.protocol import ClientFactory
 from twisted.web2.client.http import HTTPClientProtocol
-from twisted.internet import error 
+from twisted.internet import reactor, error
 from urlparse import urlsplit
 from socket import gethostbyname