From 86bde620171c40ea94335520ab37070aeb67b661 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Wed, 11 Apr 2012 21:45:31 +0000 Subject: [PATCH] Fix reference to "apt.pkg.ParseDepends" (-> "apt_pkg.parse_depends") Signed-off-by: Adam D. Barratt --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 62cf7c6..573b256 100755 --- a/britney.py +++ b/britney.py @@ -479,7 +479,7 @@ class Britney(object): and saved in the `rdepends' keys, and the `Provides' field is used to populate the virtual packages list. - The dependencies are parsed with the apt.pkg.ParseDepends method, + The dependencies are parsed with the apt_pkg.parse_depends method, and they are stored both as the format of its return value and text.