Commit 1c1c9f4a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! apply raiser fixer & absolute import fixer

parent f83b2af5
......@@ -399,8 +399,8 @@ class ComponentDynamicPackage(ModuleType):
reraise(
ComponentImportError,
"%s: cannot load Component %s :\n%s" % (
fullname, name, traceback.format_exc()),
ComponentImportError("%s: cannot load Component %s :\n%s" % (
fullname, name, traceback.format_exc())),
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