Commit eb16cd8e authored by Aurel's avatar Aurel

cleanup import

parent aa5a4236
......@@ -27,10 +27,6 @@
##############################################################################
from Products.ERP5Type.Tool.WebServiceTool import ConnectionError
from urllib import urlencode
from urllib2 import URLError, HTTPError, Request, \
urlopen, HTTPBasicAuthHandler, build_opener, \
install_opener
from Products.ERP5.ERP5Site import getSite
class MethodWrapper(object):
......@@ -65,7 +61,7 @@ class DocumentConnection:
"""
"""
self.reference=url
def connect(self):
"""Get a handle to a remote connection."""
return self
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment