cc-4105: locale fixes, more exceptions, routine to touch index file
This commit is contained in:
parent
6fd1dff60a
commit
f40b076b46
4 changed files with 55 additions and 9 deletions
|
@ -27,6 +27,15 @@ class MMConfig(Loggable):
|
|||
"""
|
||||
raise ConfigAccessViolation(key)
|
||||
|
||||
def last_ran():
|
||||
return 123456
|
||||
|
||||
def update_last_run():
|
||||
pass
|
||||
|
||||
def set_last_run_now():
|
||||
pass
|
||||
|
||||
def save(self): self.cfg.write()
|
||||
|
||||
# Remove this after debugging...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue