]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/deploy.py
Refactor to get rid of _package.py using __import__ magic.
[wizard.git] / wizard / deploy.py
index a5a5ee181074e79022beb9e80e1939392976f130..39d15034af567237c9dd957f975f02c077c3706f 100644 (file)
@@ -76,6 +76,9 @@ class Application(object):
         if version not in self.versions:
             self.versions[version] = ApplicationVersion(distutils.version.LooseVersion(version), self)
         return self.versions[version]
+    @staticmethod
+    def make(self, name):
+        pass
 
 class ApplicationVersion(object):
     """Represents an abstract notion of a version for an application"""