Attachment 'nocamelcase.py'

Download

   1 from MoinMoin.parser import text_moin_wiki as wiki
   2 
   3 class Parser(wiki.Parser):
   4 
   5     def __init__(self, raw, request, **kw):
   6         wiki.Parser.__init__(self, raw, request, **kw)
   7 
   8     def _word_repl(self, word, groups):
   9         return self.formatter.nowikiword(word)
  10     _word_bang_repl = _word_repl
  11     _word_name_repl = _word_repl
  12     _word_anchor_repl = _word_repl

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] (2012-02-08 07:45:01, 0.4 KB) [[attachment:nocamelcase.py]]
 All files | Selected Files: delete move to page copy to page

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