c68932c813
* Change: In cumulus/plugins/__init__.py, new behavior for loading plugins supplied as third party. In order to avoid messing up with the "site-packages/coriolis/" main package tree (with modules named "coriolis.<MODULE>", they have to be under "site-packages/addons/coriolis/" (so modules will be named "addons.coriolis.<MODULE>"). This should prevent *overwritting* standard modules by third party ones. Now uses pathlib for module loading. Had a conflict between Hurricane.Path and pathlib.Path, now do not import the Hurricane one into the module globals... |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt |