CORD-706: Make room for new Ansible-invocation interface
Change-Id: I43fa6d8e62c294c050806d3026553704ca0edde7
diff --git a/xos/synchronizer/steps/sync_onosapp.py b/xos/synchronizer/steps/sync_onosapp.py
index e0fde4a..afdfe94 100644
--- a/xos/synchronizer/steps/sync_onosapp.py
+++ b/xos/synchronizer/steps/sync_onosapp.py
@@ -9,9 +9,9 @@
from collections import OrderedDict
from django.db.models import F, Q
from xos.config import Config
-from synchronizers.base.ansible import run_template
+from synchronizers.base.ansible_helper import run_template
from synchronizers.base.syncstep import SyncStep
-from synchronizers.base.ansible import run_template_ssh
+from synchronizers.base.ansible_helper import run_template_ssh
from synchronizers.base.SyncInstanceUsingAnsible import SyncInstanceUsingAnsible
from core.models import Service, Slice, Controller, ControllerSlice, ControllerUser, Node, TenantAttribute, Tag
from services.onos.models import ONOSService, ONOSApp