CORD-2184: Add Color and EmbeddedImage to exampleservice

Change-Id: I5e0f934a116cb44749b0cf3a2408e9b459d1dfd2
(cherry picked from commit 9d1b2c141004d6ebc03d87f21bf699af86834c18)
diff --git a/xos/attic/header.py b/xos/attic/header.py
index 3ee13a7..15d1329 100644
--- a/xos/attic/header.py
+++ b/xos/attic/header.py
@@ -16,7 +16,7 @@
 
 # models.py -  ExampleService Models
 
-from core.models import Service, TenantWithContainer
+from core.models import Service, TenantWithContainer, XOSBase
 from django.db import transaction
 from django.db.models import *