SEBA-405 Update addressmanager service to use synchronizer library

Change-Id: I753ac0414caadff95de19aa32257f641512126bc
diff --git a/xos/synchronizer/steps/sync_addressmanagerserviceinstance.py b/xos/synchronizer/steps/sync_addressmanagerserviceinstance.py
index 8c15676..20aa63c 100644
--- a/xos/synchronizer/steps/sync_addressmanagerserviceinstance.py
+++ b/xos/synchronizer/steps/sync_addressmanagerserviceinstance.py
@@ -14,8 +14,8 @@
 # limitations under the License.
 
 import requests
-from synchronizers.new_base.syncstep import SyncStep, DeferredException
-from synchronizers.new_base.modelaccessor import *
+from xossynchronizer.steps.syncstep import SyncStep, DeferredException
+from xossynchronizer.modelaccessor import *
 
 from xosconfig import Config
 from multistructlog import create_logger