From: Sapan Bhatia Date: Mon, 22 Sep 2014 22:42:13 +0000 (-0400) Subject: Typo .site<-.deployment X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6c810d8a428cc179af05e0cb692cb1d2cc4f8728;p=plstackapi.git Typo .site<-.deployment --- diff --git a/planetstack/core/models/__init__.py b/planetstack/core/models/__init__.py index b167d16..c6cdb3f 100644 --- a/planetstack/core/models/__init__.py +++ b/planetstack/core/models/__init__.py @@ -1,5 +1,5 @@ from .plcorebase import PlCoreBase,PlCoreBaseManager,PlCoreBaseDeletionManager -from .deployment import DeploymentLinkManager,DeploymentLinkDeletionManager +from .site import DeploymentLinkManager,DeploymentLinkDeletionManager from .project import Project from .singletonmodel import SingletonModel from .service import Service