vnaas cleanup
Change-Id: Id5db389e12b0ca42d6a1d9ecec4bb2854fa4d65c
(cherry picked from commit dd0b2e1e01f3a022d16056676651024b7ed901d6)
diff --git a/xos/models.py b/xos/models.py
index f537adc..8fc5fc3 100755
--- a/xos/models.py
+++ b/xos/models.py
@@ -12,8 +12,9 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+from header import *
-from core.models import Tenant
+from core.models import Tenant, XOSBase
class EnterpriseLocation(Tenant):