Commit d177534c authored by Jérome Perrin's avatar Jérome Perrin

plugins: Keep compatibility with old plugins location

parent 8c129da8
...@@ -22,3 +22,8 @@ try: ...@@ -22,3 +22,8 @@ try:
except ImportError: except ImportError:
from pkgutil import extend_path from pkgutil import extend_path
__path__ = extend_path(__path__, __name__) __path__ = extend_path(__path__, __name__)
# BBB Add compatibility names for plugins that moved.
from DemandPlanning import AddDemandPlannerGenerator
from DemandPlanning import DemandPlanningLine
from DemandPlanning import PostProcessDemandPlanning
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