diff --git a/examples/twisted_ex4_xcap_proxy.py b/examples/twisted_ex4_xcap_proxy.py index 0e80a3b..0694ee4 100644 --- a/examples/twisted_ex4_xcap_proxy.py +++ b/examples/twisted_ex4_xcap_proxy.py @@ -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