Commit 9827174a authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Add getInstallationState function to BusinessManager for compatibilty

parent b15160aa
...@@ -196,6 +196,9 @@ class BusinessManager(XMLObject): ...@@ -196,6 +196,9 @@ class BusinessManager(XMLObject):
""" """
return self.status return self.status
def getInstallationState(self):
return self.status
def setStatus(self, status=None): def setStatus(self, status=None):
if not status: if not status:
raise ValueError, 'No status provided' raise ValueError, 'No status provided'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment