Commit a95326be authored by huchenlei's avatar huchenlei

nit

parent 0f82948e
......@@ -14,7 +14,7 @@ def load_module(path):
module_spec = importlib.util.spec_from_file_location(full_module_name, path)
module = importlib.util.module_from_spec(module_spec)
module_spec.loader.exec_module(module)
loaded_scripts[full_module_name] = module
loaded_scripts[path] = module
sys.modules[full_module_name] = module
return 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