SEBA-405 Update exampleservice to use synchronizer library

Change-Id: Icaf8223b4033815826a6aa6086143e3c9b7a8f60
diff --git a/xos/synchronizer/steps/sync_exampleserviceinstance.py b/xos/synchronizer/steps/sync_exampleserviceinstance.py
index fb54d62..e2f77d6 100644
--- a/xos/synchronizer/steps/sync_exampleserviceinstance.py
+++ b/xos/synchronizer/steps/sync_exampleserviceinstance.py
@@ -15,11 +15,10 @@
 
 
 import os
-import sys
 import time
-from synchronizers.new_base.syncstep import SyncStep, DeferredException
-from synchronizers.new_base.ansible_helper import run_template_ssh
-from synchronizers.new_base.modelaccessor import ExampleServiceInstance
+from xossynchronizer.steps.syncstep import SyncStep, DeferredException
+from xossynchronizer.ansible_helper import run_template_ssh
+from xossynchronizer.modelaccessor import ExampleServiceInstance
 from xosconfig import Config
 from multistructlog import create_logger