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'