CheckResults: replace get_data() with as_dict(), use getters in web status

This commit is contained in:
Brian Warner
2012-05-25 00:14:08 -07:00
parent 4867dca3f0
commit 8daacbcf69
5 changed files with 32 additions and 36 deletions

View File

@ -109,7 +109,7 @@ class CheckResults:
def get_sharemap(self):
return self._data["sharemap"]
def get_data(self):
def as_dict(self):
return self._data
def get_summary(self):