cc-4105: Added more tests.

This commit is contained in:
Rudi Grinberg 2012-07-19 10:37:18 -04:00
parent 12aa76b0a8
commit 1d85c65b74
4 changed files with 47 additions and 13 deletions

View file

@ -33,10 +33,4 @@ class MMConfig(Loggable):
def haxxor_set(self, key, value): self.cfg[key] = value
def haxxor_get(self, key): return self.cfg[key]
def __del__(self):
"""
persist any changes made whenever this object is garbage collected
"""
self.save()