Mercurial > moin > 1.9
changeset 2027:2203d6f9885e
wikiutil.searchAndImportPlugin: type2classname, converter removed
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Thu, 26 Apr 2007 12:55:30 +0200 |
parents | 5aa49f81db45 |
children | 8383e7156ef5 |
files | MoinMoin/wikiutil.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/wikiutil.py Tue Apr 24 12:06:54 2007 +0200 +++ b/MoinMoin/wikiutil.py Thu Apr 26 12:55:30 2007 +0200 @@ -925,7 +925,7 @@ format = format.lower() if format in ('plain', 'csv', 'rst', 'docbook', 'latex', 'tex', 'html', 'css', 'xml', 'python', 'perl', 'php', 'ruby', 'javascript', - 'cplusplus', 'java', 'pascal', 'diff', 'gettext', 'text_html_text_moin_wiki', 'xslt',): + 'cplusplus', 'java', 'pascal', 'diff', 'gettext', 'xslt', ): mimetype = 'text', format else: mapping = { @@ -1113,7 +1113,6 @@ def searchAndImportPlugin(cfg, type, name, what=None): type2classname = {"parser": "Parser", "formatter": "Formatter", - "converter": "convert", } if what is None: what = type2classname[type]