Commit 3db45131 authored by Aurel's avatar Aurel Committed by Arnaud Fontaine

ERP5Type: No relative import should be used.

parent 35969925
......@@ -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