X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=ec82782fdaa593bf9a4c89e9ac2e44236bf15ce8;hb=aa83ebb15882823869b109d370e24ef3efd730f8;hp=665a8e1d1affda174d37d09533eba008ec12b996;hpb=6244fb61f95eae7db30ec31f74be31f6f86d31c2;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 665a8e1d..ec82782f 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -55,10 +55,6 @@ default_apt_config = "/etc/dak/apt.conf" alias_cache = None key_uid_email_cache = {} -# (hashname, function, earliest_changes_version) -known_hashes = [("sha1", apt_pkg.sha1sum, (1, 8)), - ("sha256", apt_pkg.sha256sum, (1, 8))] - ################################################################################ def open_file(filename, mode='r'):