removed unused imports
This commit is contained in:
@@ -62,7 +62,7 @@ class MyFactory(Factory):
|
|||||||
return p
|
return p
|
||||||
|
|
||||||
def xcaplib_enable_eventlet():
|
def xcaplib_enable_eventlet():
|
||||||
from eventlet.green import urllib2, socket as greensocket, time as greentime
|
from eventlet.green import urllib2
|
||||||
from xcaplib import httpclient
|
from xcaplib import httpclient
|
||||||
# replacing all the references to the old urllib2 in xcaplib:
|
# replacing all the references to the old urllib2 in xcaplib:
|
||||||
httpclient.urllib2 = urllib2
|
httpclient.urllib2 = urllib2
|
||||||
|
Reference in New Issue
Block a user