Closed marcelloromani closed 9 years ago
The commit that caused the issue is 885b1139
Since shutit_main.shutit_module_init() has been removed, shutit_srv.py breaks at line 220.
shutit_main.shutit_module_init()
shutit_srv.py
I think some refactoring is in order to solve this in a clean way.
Fixed such that srv starts now on branch 195, then merged.
The commit that caused the issue is 885b1139
Since
shutit_main.shutit_module_init()
has been removed,shutit_srv.py
breaks at line 220.I think some refactoring is in order to solve this in a clean way.