use native formatter, fixup commandline arguments
This commit is contained in:
parent
0537d952b2
commit
1ecfee3e50
3 changed files with 86 additions and 33 deletions
|
@ -12,12 +12,15 @@ from MoinMoin.formatter.base import FormatterBase
|
|||
from MoinMoin import config
|
||||
from MoinMoin.Page import Page
|
||||
|
||||
# TODO: let base class MoinMoin/formatter/base.py handle not implemented methods
|
||||
|
||||
class Formatter(FormatterBase):
|
||||
"""
|
||||
Send Dokuwiki formatted data.
|
||||
"""
|
||||
|
||||
hardspace = ' '
|
||||
# hardspace = ' '
|
||||
|
||||
def __init__(self, request, **kw):
|
||||
apply(FormatterBase.__init__, (self, request), kw)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue