Commit 342dd017 authored by Andreas Jung's avatar Andreas Jung

reverted wrong checkin

parent cd814fc9
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""HTML formated DocumentTemplates """HTML formated DocumentTemplates
$Id: DT_HTML.py,v 1.28 2001/05/25 11:30:32 andreas Exp $""" $Id: DT_HTML.py,v 1.29 2001/05/25 11:34:56 andreas Exp $"""
from DT_String import String, FileMixin from DT_String import String, FileMixin
import DT_String, re import DT_String, re
...@@ -103,8 +103,6 @@ class dtml_re_class: ...@@ -103,8 +103,6 @@ class dtml_re_class:
replace=replace, replace=replace,
): ):
open('xx.log','a').write('-'*78 + '\n' + text)
while 1: while 1:
mo = start_search(text,start) mo = start_search(text,start)
if mo is None: return None if mo is None: return None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment