X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fconfig.py;h=ed8cf1d0d0e7cb57b2ba0ff1fdffdd6922508e81;hb=3cff7f4ee092a25c35040e11bae8f4c5df2d53fa;hp=284cf1cca207e28294e360678fddca15fa3f3405;hpb=8c7bc01acbef00bf9289afe9e004fb0ea00b0e63;p=dak.git diff --git a/daklib/config.py b/daklib/config.py index 284cf1cc..ed8cf1d0 100755 --- a/daklib/config.py +++ b/daklib/config.py @@ -39,12 +39,7 @@ default_config = "/etc/dak/dak.conf" #: default dak config, defines host propert # suppress some deprecation warnings in squeeze related to apt_pkg # module import warnings -warnings.filterwarnings('ignore', \ - "Attribute '.*' of the 'apt_pkg.*' object is deprecated, use '.*' instead\.", \ - DeprecationWarning) -warnings.filterwarnings('ignore', \ - "apt_pkg.*\(\) is deprecated\. Please see apt_pkg.*\(\) for the replacement\.", \ - DeprecationWarning) +warnings.filterwarnings('ignore', ".*apt_pkg.* is deprecated.*", DeprecationWarning) ################################################################################