]> git.decadent.org.uk Git - dak.git/blobdiff - dak/cruft_report.py
Consolidate warnings to support dak rm, too.
[dak.git] / dak / cruft_report.py
index aac0d454b5af68cbf1c717eab68c2fc905bbd08e..08d336d4466ea41fcef987c49a9fa105006e8b45 100755 (executable)
@@ -35,16 +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)
-
-################################################################################
-
 import commands, os, sys, re
 import apt_pkg