Fixed a problem with the "Delete folder" API, having had the wrong prototype

This commit is contained in:
Gabriele Platania
2015-01-21 10:13:17 +01:00
parent 5c9c3d2cd2
commit cda9223687
2 changed files with 3 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ class Installation(SingletonModel):
self.os_properties()
self.binary_dependencies()
self.mayan_properties()
self.git_properties()
# self.git_properties()
self.virtualenv_properties()
def __getattr__(self, name):