shinken-monitoring / mod-webui

Shinken Web User Interface
GNU Affero General Public License v3.0
79 stars 71 forks source link

[2.2RC1]Fix import from plugins for shinken 2.2 #112

Closed david-guenault closed 9 years ago

david-guenault commented 9 years ago

There were changes in the way module are imported in shinken. This make nearly every webui branch unusable bescause of import problem.

One exemple : in wall.py from helper import .... does not work anymore (not in the global namespace) you must use from webui.helper import ....

There are a lot of other examples

david-guenault commented 9 years ago

i'm working on it

mohierf commented 9 years ago

Seems ok on all modules now ? At least on bs3 branch ...

mohierf commented 9 years ago

Closing ... future release fixes.