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

fixup! apply raiser fixer & absolute import fixer

parent 34f16013
...@@ -372,8 +372,8 @@ class ComponentDynamicPackage(ModuleType): ...@@ -372,8 +372,8 @@ class ComponentDynamicPackage(ModuleType):
reraise( reraise(
ComponentImportError, ComponentImportError,
"%s: cannot load Component %s :\n%s" % ( ComponentImportError("%s: cannot load Component %s :\n%s" % (
fullname, name, traceback.format_exc()), fullname, name, traceback.format_exc())),
sys.exc_info()[2]) sys.exc_info()[2])
# Add the newly created module to the Version package and add it as an # 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