Commit 56aca5bd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! apply raiser fixer & absolute import fixer

parent de768aa3
......@@ -363,7 +363,7 @@ class ComponentDynamicPackage(ModuleType):
del sys.modules[module_fullname_filesystem]
reraise(ImportError,
"%s: cannot load Component %s (%s)" % (fullname, name, error),
ImportError("%s: cannot load Component %s (%s)" % (fullname, name, error)),
sys.exc_info()[2])
# Add the newly created module to the Version package and add it as an
......
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