Attachment 'widget.py.moin-1.6.0.diff'
Download 1 --- widget.py.orig 2008-02-03 16:23:37.000000000 +0100
2 +++ widget.py 2008-02-03 16:08:31.000000000 +0100
3 @@ -10,10 +10,12 @@
4
5 # The following are all for the menu functions
6 from MoinMoin import wikiutil
7 -from MoinMoin.request import RequestCLI
8 +#from MoinMoin.request import RequestCLI
9 +from MoinMoin.request.request_cli import Request as RequestCLI
10 from MoinMoin.Page import Page
11 from MoinMoin.action import AttachFile
12 -from MoinMoin.parser.wiki import Parser
13 +#from MoinMoin.parser.wiki import Parser
14 +from MoinMoin.parser.text_moin_wiki import Parser
15 from StringIO import StringIO
16 import re
17
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.