X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fcore%2Fmodels%2F__init__.py;fp=planetstack%2Fcore%2Fmodels%2F__init__.py;h=fcb50be9ccb53d17af81339a7f73a02ef3f07daa;hb=00f294a9ffc78e9b38076d74a799ef913cbfb251;hp=79c661137e96e8206b74408430f921608312ab09;hpb=fda8000631f03e43546ae54e08aeffa594f2ba1e;p=plstackapi.git diff --git a/planetstack/core/models/__init__.py b/planetstack/core/models/__init__.py index 79c6611..fcb50be 100644 --- a/planetstack/core/models/__init__.py +++ b/planetstack/core/models/__init__.py @@ -5,13 +5,13 @@ from .service import Service from .service import ServiceAttribute from .tag import Tag from .role import Role -from .site import Site, Deployment, DeploymentRole, DeploymentPrivilege, Controller, ControllerRole, ControllerPrivilege, ControllerSite, SiteDeployment +from .site import Site, Deployment, DeploymentRole, DeploymentPrivilege, Controller, ControllerRole, ControllerSite, SiteDeployment from .dashboard import DashboardView, ControllerDashboardView from .user import User, UserDashboardView from .serviceclass import ServiceClass from .site import ControllerManager, ControllerDeletionManager, ControllerLinkManager,ControllerLinkDeletionManager from .slice import Slice, ControllerSlice -from .controlleruser import ControllerUser +from .controlleruser import ControllerUser, ControllerSitePrivilege, ControllerSlicePrivilege from .image import Image, ImageDeployments, ControllerImages from .node import Node from .serviceresource import ServiceResource