X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcruft_report.py;h=08d336d4466ea41fcef987c49a9fa105006e8b45;hb=d8056122484c9767c601f66587e6c6d955bd6420;hp=c691bb22609b113f8ed7f98b8efcc2f702af31c9;hpb=d8eb64b3baff23bd2a9dab27df401c86cfbcbcfa;p=dak.git diff --git a/dak/cruft_report.py b/dak/cruft_report.py index c691bb22..08d336d4 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -35,19 +35,6 @@ Check for obsolete binary packages ################################################################################ -import warnings -warnings.filterwarnings('ignore', \ - "apt_pkg\.ParseTagFile\(\) is deprecated\. Please see apt_pkg\.TagFile\(\) for the replacement\.", \ - DeprecationWarning) -warnings.filterwarnings('ignore', \ - "Attribute '.*' of the 'apt_pkg\.TagFile' object is deprecated, use '.*' instead\.", \ - DeprecationWarning) -warnings.filterwarnings('ignore', \ - "Attribute 'Find' of the 'apt_pkg\.TagSection' object is deprecated, use 'find' instead\.", \ - DeprecationWarning) - -################################################################################ - import commands, os, sys, re import apt_pkg