X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_deferred.py;h=2c88030c5f5a80fae91f64c11f6962d805f79c82;hb=026bdb9580e6d18bf504d2f44d46890df5d89f1a;hp=809762264532ab4f47517d49e02f3f3e77af4024;hpb=5a61a05250b1bf5d54661103e8999eb7c7fc9207;p=dak.git diff --git a/dak/show_deferred.py b/dak/show_deferred.py index 80976226..2c88030c 100755 --- a/dak/show_deferred.py +++ b/dak/show_deferred.py @@ -31,14 +31,6 @@ from daklib.gpg import SignedFile from daklib import utils from daklib.regexes import re_html_escaping, html_escaping -################################################################################ -### work around bug #487902 in debian-python 0.1.10 -deb822.Changes._multivalued_fields = { - "files": [ "md5sum", "size", "section", "priority", "name" ], - "checksums-sha1": ["sha1", "size", "name"], - "checksums-sha256": ["sha256", "size", "name"], - } - ################################################################################ row_number = 1