Move implementation to get all properties to the module

This commit is contained in:
Roberto Rosario
2012-10-07 04:59:07 -04:00
parent 4b25620e8e
commit 9ecf20ce15
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ class Installation(Singleton):
def get_properties(self):
self.set_properties()
return self._properties
return self._properties.values()
def set_properties(self):
self._properties = SortedDict()