Centralize plugin loaders in decision engine

Refactor planner loader in watcher/decision_engine/planner/loading/default.py
to watcher/decision_engine/loading/default.py.

Change-Id: I3d4f3668d2269b5a77a35f4470a4d1c96c3128dd
Closes-Bug: #1591092
This commit is contained in:
Tin Lam
2016-06-21 23:25:09 -05:00
parent 73cf5a98ae
commit 9918f59227
6 changed files with 11 additions and 32 deletions

View File

@@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from watcher.decision_engine.loading import default
from watcher.decision_engine.planner import base as planner
from watcher.decision_engine.planner.loading import default
from watcher.tests import base