removed unused imports

This commit is contained in:
Denis Bilenko
2008-10-24 21:10:08 +07:00
parent ecdc7f8687
commit 32e40dca76

View File

@@ -62,7 +62,7 @@ class MyFactory(Factory):
return p
def xcaplib_enable_eventlet():
from eventlet.green import urllib2, socket as greensocket, time as greentime
from eventlet.green import urllib2
from xcaplib import httpclient
# replacing all the references to the old urllib2 in xcaplib:
httpclient.urllib2 = urllib2