Commit 16051d6b authored by Batuhan Taskaya's avatar Batuhan Taskaya

imp load_module fix

parent 4948b14a
......@@ -56,5 +56,5 @@ except ImportError:
return imp.get_frozen_object(module)
def get_module(module, paths, info):
imp.load_module(*info)
imp.load_module(module, *info)
return sys.modules[module]
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