From: fred Date: Wed, 27 Mar 2002 02:07:05 +0000 (+0000) Subject: lilypond-1.5.43 X-Git-Tag: release/1.5.59~249 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73831fef08122a22b52aa94e2ea652fa47a1f58b;p=lilypond.git lilypond-1.5.43 --- diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py index 54e313b9f2..f7cdac7ffb 100644 --- a/stepmake/bin/add-html-footer.py +++ b/stepmake/bin/add-html-footer.py @@ -250,8 +250,8 @@ def do_file (f): s = re.sub ('@BRANCH@', branch_str, s) # ugh, python2.[12] re is broken. - #pat = re.compile ('.*?', re.DOTALL) - pat = re.compile ('[.\n]*?') + #pat = re.compile ('.*?', re.DOTALL) + pat = re.compile ('[.\n]*?') m = pat.search (s) while m: at_var = m.group (1)