import syncstep, integrate 6094 fixing config error in header.py

Change-Id: I434795e2058c1dcdca82c6f8d6a734d924e26d06
diff --git a/xos/header.py b/xos/header.py
index 0b0b7e7..e6b02f8 100644
--- a/xos/header.py
+++ b/xos/header.py
@@ -19,8 +19,8 @@
 from core.models import Service
 import traceback
 from xos.exceptions import *
-from xos.config import Config
+from xosconfig import Config
 
 SERVICE_NAME = 'vee'
 SERVICE_NAME_VERBOSE = 'VEE Service'
-SERVICE_NAME_VERBOSE_PLURAL = 'VEE Services'
\ No newline at end of file
+SERVICE_NAME_VERBOSE_PLURAL = 'VEE Services'
diff --git a/xos/synchronizer/steps/sync_vee.py b/xos/synchronizer/steps/sync_vee.py
index fe064f2..87afc9a 100644
--- a/xos/synchronizer/steps/sync_vee.py
+++ b/xos/synchronizer/steps/sync_vee.py
@@ -16,6 +16,7 @@
 
 from synchronizers.new_base.ansible_helper import run_template_ssh #if needed
 from synchronizers.new_base.SyncInstanceUsingAnsible import SyncInstanceUsingAnsible
+from synchronizers.new_base.syncstep import SyncStep
 from synchronizers.new_base.modelaccessor import *
 
 class SyncVEEService(SyncStep):