Mercurial > moin > 1.9
changeset 69:1cfa2e49377e
fix name error in text_html
imported from: moin--main--1.5--patch-71
author | Nir Soffer <nirs@freeshell.org> |
---|---|
date | Mon, 03 Oct 2005 20:31:32 +0000 |
parents | 0bbc39b09f95 |
children | 36a2541550aa |
files | MoinMoin/formatter/text_html.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/formatter/text_html.py Mon Oct 03 08:41:37 2005 +0000 +++ b/MoinMoin/formatter/text_html.py Mon Oct 03 20:31:32 2005 +0000 @@ -5,7 +5,7 @@ @copyright: 2000 - 2004 by Jürgen Hermann <jh@web.de> @license: GNU GPL, see COPYING for details. """ -import os.path, urllib +import os.path, urllib, re from MoinMoin.formatter.base import FormatterBase from MoinMoin import wikiutil, i18n, config from MoinMoin.Page import Page