X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_deferred.py;h=e9266bcc03f4aa33a60483b9dc24779e5b146323;hb=5f6cd0951ff5658a9ad5b4eb76a2261384812dc8;hp=6942efbd33a54e179b5c45835007e11dedd40b04;hpb=2c639c40c65966711c82d46a6f4ee8739e819aad;p=dak.git diff --git a/dak/show_deferred.py b/dak/show_deferred.py index 6942efbd..e9266bcc 100755 --- a/dak/show_deferred.py +++ b/dak/show_deferred.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# based on queue-report +""" Overview of the DEFERRED queue, based on queue-report """ # Copyright (C) 2001, 2002, 2003, 2005, 2006 James Troup # Copyright (C) 2008 Thomas Viehmann @@ -27,7 +27,7 @@ from debian_bundle import deb822 from daklib import database from daklib import queue from daklib import utils -from daklib.regexes import re_htmlescaping, html_escaping +from daklib.regexes import re_html_escaping, html_escaping ################################################################################ ### work around bug #487902 in debian-python 0.1.10