cc-4105: Added more tests.
This commit is contained in:
parent
12aa76b0a8
commit
1d85c65b74
4 changed files with 47 additions and 13 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue