SEBA-405 Update onos-service to use synchronizer library
Change-Id: I75b9e840b63d68432b2cee7b069a61898dd86e74
diff --git a/xos/synchronizer/steps/helpers.py b/xos/synchronizer/steps/helpers.py
index 83b9458..9d5f197 100644
--- a/xos/synchronizer/steps/helpers.py
+++ b/xos/synchronizer/steps/helpers.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from synchronizers.new_base.modelaccessor import Service
+from xossynchronizer.modelaccessor import Service
class Helpers():
@staticmethod
@@ -20,4 +20,4 @@
if 'http' in url:
return url
else:
- return 'http://%s' % url
\ No newline at end of file
+ return 'http://%s' % url