Merge "Fix "'module' object is not callable" error"
This commit is contained in:
commit
65b162b32f
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ else:
|
|||
import urlparse
|
||||
import xmlrpclib
|
||||
urllib = imp.new_module('urllib')
|
||||
urllib.parse = urlparse
|
||||
urllib.parse = urlparse.urlparse
|
||||
xmlrpc = imp.new_module('xmlrpc')
|
||||
xmlrpc.client = xmlrpclib
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue