fix typo in commit 1498

This commit is contained in:
Benjamin Dauvergne 2009-04-11 20:55:22 +00:00
parent 00ca3f0b24
commit 86bca7f91b
1 changed files with 1 additions and 1 deletions

View File

@ -337,6 +337,6 @@ class StorableObject(object):
last_modified_id = classmethod(last_modified_id)
def last_modified(cls):
stat = os.stat(cls.get_objects_dir)
stat = os.stat(cls.get_objects_dir())
return stat.st_mtime
last_modified = classmethod(last_modified)