Commit a21096c3 authored by Aurel's avatar Aurel Committed by Arnaud Fontaine

define full path for import

parent 1b5c871c
......@@ -61,7 +61,7 @@ class _(PatchClass(ExternalMethod)):
if component_module is None:
# Fall back on filesystem
if not reload:
from Globals import DevelopmentMode
from Products.ERP5Type.Globals import DevelopmentMode
if DevelopmentMode:
try:
last_read, path = self._v_fs
......
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