cc-4105: locale fixes, more exceptions, routine to touch index file

This commit is contained in:
Rudi Grinberg 2012-07-23 14:12:59 -04:00
parent 6fd1dff60a
commit f40b076b46
4 changed files with 55 additions and 9 deletions

View file

@ -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...