def get_mtime(self, path): '''Return the modification time for the path.''' return g.os_path_getmtime(path)
def get_mtime(self, path): """Return the modification time for the path.""" return g.os_path_getmtime(g.os_path_realpath(path))