Minor bug fix

This commit is contained in:
Bernardo Damele
2010-05-28 23:39:52 +00:00
parent 10521b68eb
commit e811101dce
2 changed files with 4 additions and 2 deletions

View File

@@ -97,7 +97,8 @@ class Connect:
requestMsg += "?%s" % params
elif multipart:
#needed in this form because of potential circle dependency problem (option -> update -> connect -> option)
# Needed in this form because of potential circle dependency
# problem (option -> update -> connect -> option)
from lib.core.option import proxyHandler
multipartOpener = urllib2.build_opener(proxyHandler, multipartpost.MultipartPostHandler)