(self, dir_inner_path)
| 300 | |
| 301 | # list directories in a directory |
| 302 | def list(self, dir_inner_path): |
| 303 | directory = self.getPath(dir_inner_path) |
| 304 | return os.listdir(directory) |
| 305 | |
| 306 | # Site content updated |
| 307 | def onUpdated(self, inner_path, file=None): |