From ad68a3bed482cc7b3f40c68cb74f90a64978e33b Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 8 Jan 2015 17:01:14 +0100 Subject: reproducible: fix TypeError with wheezy's python --- bin/reproducible_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index dd8b19f9..61584460 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -146,14 +146,14 @@ html_head_page = Template((tab*2).join("""
  • stats
  • package sets stats
  • -""".splitlines(keepends=True))) +""".splitlines(True))) html_foot_page = Template((tab*2).join("""

    A package name displayed with a bold font is an indication that this package has a note. Visited packages are linked in green, those which have not been visited are linked in blue. -

    """.splitlines(keepends=True))) +

    """.splitlines(True))) url2html = re.compile(r'((mailto\:|((ht|f)tps?)\://|file\:///){1}\S+)') -- cgit v1.2.3-54-g00ecf