X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_new.py;h=af1b8a6480b0b58ea6c1af99a90ea94fffa732b6;hb=245c6549dbacaeab5ee36ec74372b1df8675b477;hp=eff1116afe1dec1e14a60109aee8e35e6bba781d;hpb=c8182c171aa569945e899566fdf6492cfb166d71;p=dak.git diff --git a/dak/show_new.py b/dak/show_new.py index eff1116a..af1b8a64 100755 --- a/dak/show_new.py +++ b/dak/show_new.py @@ -33,7 +33,6 @@ import examine_package from daklib import policy from daklib.dbconn import * from daklib import utils -from daklib.regexes import re_source_ext from daklib.config import Config from daklib import daklog from daklib.dakmultiprocessing import DakProcessPool, PROC_STATUS_SUCCESS, PROC_STATUS_SIGNALRAISED @@ -137,16 +136,7 @@ def html_header(name, missing): def html_footer(): result = """

Timestamp: %s (UTC)

"""% (time.strftime("%d.%m.%Y / %H:%M:%S", time.gmtime())) - result += """

- Valid HTML 4.01! - - Valid CSS! -

- - -""" + result += "" return result ################################################################################