change services.mcord.models to services.vbbu.models && add mcordservice.py
Change-Id: Iff1f85a37b783201a62975b06356f34403ab7e0b
diff --git a/xos/admin.py b/xos/admin.py
index 7e20f70..564a156 100644
--- a/xos/admin.py
+++ b/xos/admin.py
@@ -4,7 +4,7 @@
from core.models import User
from django import forms
from django.contrib import admin
-from services.mcord.models import MCORDService, VBBUComponent, VPGWCComponent, MCORD_KIND
+from services.vbbu.models import MCORDService, VBBUComponent, VPGWCComponent, MCORD_KIND
# The class to provide an admin interface on the web for the service.
# We do only configuration here and don't change any logic because the logic