Typo .site<-.deployment
authorSapan Bhatia <gwsapan@gmail.com>
Mon, 22 Sep 2014 22:42:13 +0000 (18:42 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Mon, 22 Sep 2014 22:42:13 +0000 (18:42 -0400)
planetstack/core/models/__init__.py

index b167d16..c6cdb3f 100644 (file)
@@ -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