Attachment 'test.py'
Download 1 # -*- coding: iso-8859-1 -*-
2
3 import os
4
5 Dependencies = []
6
7 class Parser:
8 """ test
9 """
10
11 extensions = ['.tst']
12
13 def __init__(self, raw, request, **kw):
14 """ Store the source text.
15 """
16 self.raw = raw
17 self.request = request
18 self.form = request.form
19 self._ = request.getText
20
21 def format(self, formatter):
22 """ Parse and send the table.
23 """
24 self.request.write('<pre>TEST!</pre>\n')
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.