]> git.decadent.org.uk Git - dak.git/commitdiff
Fix copy-paste error.
authorTorsten Werner <twerner@debian.org>
Sun, 20 Mar 2011 22:30:46 +0000 (23:30 +0100)
committerTorsten Werner <twerner@debian.org>
Sun, 20 Mar 2011 22:30:46 +0000 (23:30 +0100)
Signed-off-by: Torsten Werner <twerner@debian.org>
daklib/queue.py

index a7e2d5a9b8a3823f2424a69763718a6660b4c6a2..7bfac44eb4487c8a4b8fbbb01189fc29406482fc 100755 (executable)
@@ -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\.", \