X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fconfig.py;fp=daklib%2Fconfig.py;h=284cf1cca207e28294e360678fddca15fa3f3405;hb=8c7bc01acbef00bf9289afe9e004fb0ea00b0e63;hp=18ce9b721baba1db1e40c4f43154603164cdb2b1;hpb=67421d267223b8a92c8acf8c00aa30d48e565ffa;p=dak.git diff --git a/daklib/config.py b/daklib/config.py index 18ce9b72..284cf1cc 100755 --- a/daklib/config.py +++ b/daklib/config.py @@ -43,10 +43,7 @@ warnings.filterwarnings('ignore', \ "Attribute '.*' of the 'apt_pkg.*' object is deprecated, use '.*' instead\.", \ DeprecationWarning) warnings.filterwarnings('ignore', \ - "apt_pkg\.newConfiguration\(\) is deprecated\. Use apt_pkg\.Configuration\(\) instead\.", \ - DeprecationWarning) -warnings.filterwarnings('ignore', \ - "apt_pkg\.ParseTagFile\(\) is deprecated\. Please see apt_pkg\.TagFile\(\) for the replacement\.", \ + "apt_pkg.*\(\) is deprecated\. Please see apt_pkg.*\(\) for the replacement\.", \ DeprecationWarning) ################################################################################