Commit 1f4d7937 authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Ayush Tiwari

bt5_config: Add getInstallationState function to BusinessManager for compatibilty

parent 3b81a0f3
......@@ -196,6 +196,9 @@ class BusinessManager(XMLObject):
"""
return self.status
def getInstallationState(self):
return self.status
def setStatus(self, status=None):
if not status:
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