adjust header

Change-Id: I2c3a5ded44fbbc2f5560e69491ed488477f05a48
diff --git a/xos/header.py b/xos/header.py
index 4188738..0b0b7e7 100644
--- a/xos/header.py
+++ b/xos/header.py
@@ -13,4 +13,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-attic/header.py
\ No newline at end of file
+
+from django.db import models
+from django.db.models import *
+from core.models import Service
+import traceback
+from xos.exceptions import *
+from xos.config import Config
+
+SERVICE_NAME = 'vee'
+SERVICE_NAME_VERBOSE = 'VEE Service'
+SERVICE_NAME_VERBOSE_PLURAL = 'VEE Services'
\ No newline at end of file