X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=646d89c508a349193ee9ab2033af30f56098249a;hb=e6a0eee330810ba5bdb752f67f7dc6cc2b623184;hp=b3e26d7bed50945dc1a47b4cf525c0fb7f309a64;hpb=62a46fad36e7f656052e19dce6b3cf5a1552c1b2;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index b3e26d7b..646d89c5 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -59,7 +59,7 @@ from lintian import parse_lintian_output, generate_reject_messages # module import warnings warnings.filterwarnings('ignore', \ - "apt_pkg-.ParseSection\(\) is deprecated. Please see apt_pkg\.TagSection\(\) for the replacement\.", \ + "apt_pkg.ParseSection\(\) is deprecated. Please see apt_pkg\.TagSection\(\) for the replacement\.", \ DeprecationWarning) warnings.filterwarnings('ignore', \ "Attribute 'Find' of the 'apt_pkg\.TagSection' object is deprecated, use 'find' instead\.", \