From 3ab5836fd4c746a0abe7b3cc858c17fba7f180c1 Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Sun, 20 Mar 2011 23:30:46 +0100 Subject: [PATCH] Fix copy-paste error. Signed-off-by: Torsten Werner --- daklib/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/queue.py b/daklib/queue.py index a7e2d5a9..7bfac44e 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -60,7 +60,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\.", \ -- 2.39.2