Attachment 'moinmoin.diff.txt'
Download 1 --- moin-1.9.9.orig/MoinMoin/i18n/tools/mk_POTFILES.py
2 +++ moin-1.9.9/MoinMoin/i18n/tools/mk_POTFILES.py
3 @@ -68,6 +68,7 @@ def find_files(startdir, blacklist):
4
5 files = []
6 os.path.walk(startdir, get_files, (files, prefix, blacklist))
7 + files.sort()
8 return files
9
10 if __name__ == "__main__":
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.