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.
  • [get | view] (2006-05-14 22:46:40, 153.0 KB) [[attachment:widget.png]]
  • [get | view] (2007-03-09 12:55:01, 1.4 KB) [[attachment:widget.py.diff]]
  • [get | view] (2008-02-03 15:35:32, 0.6 KB) [[attachment:widget.py.moin-1.6.0.diff]]
  • [get | view] (2006-08-07 07:54:32, 31.4 KB) [[attachment:widget.tar.gz]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.