mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-05-09 20:39:47 +00:00
Merge "Fix "'module' object is not callable" error"
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user