Code refactoring - Watcher Decision Engine package
This patchset is there to change the code structure. The objective is to flatten the project file tree by merging 'api/' and 'framework/' into a single package. This also contains some tidy ups in package naming (like using only singular nouns). This should only affect file/folder names and their subsequent import paths wherever they were used. Change-Id: Ie903ba20ca5cf03b0b42efa60131d1b919b0c2c9
This commit is contained in:
@@ -22,8 +22,9 @@ import watcher.api.app
|
||||
from watcher.applier.framework import manager_applier
|
||||
import watcher.common.messaging.messaging_core
|
||||
|
||||
from watcher.decision_engine.framework import manager
|
||||
from watcher.decision_engine.framework.strategy import strategy_selector
|
||||
from watcher.decision_engine import manager
|
||||
from watcher.decision_engine.strategy.selector import default \
|
||||
as strategy_selector
|
||||
|
||||
|
||||
def list_opts():
|
||||
|
||||
Reference in New Issue
Block a user