Commit e507d547 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Jérome Perrin

fixup! apply raiser fixer & absolute import fixer

parent e94490be
......@@ -372,8 +372,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