Changeset 746:003c2d428dd8 in hatta-dev for hatta.py
Legend:
- Unmodified
- Added
- Removed
-
hatta.py
r745 r746 708 708 author, comment, parent) 709 709 710 def delete_page(self, title, author=u'', comment=u''): 711 super(WikiSubdirectoryStorage, self).delete_page(title, author, comment) 712 file_path = self._file_path(title) 713 self._check_path(file_path) 714 dir_path = os.path.dirname(file_path) 715 os.removedirs(dir_path) 710 716 711 717 class WikiParser(object):
Note: See TracChangeset
for help on using the changeset viewer.
