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

plugins: Keep compatibility with old plugins location

parent 8c129da8
......@@ -21,4 +21,9 @@ try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
\ No newline at end of file
__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