From 412fbe245a579008f1c7626e5550edbf6bedc849 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 5 Jan 2006 00:34:27 +0000 Subject: * small fixes in the new Origin.trusted code --- doc/examples/indexfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples') diff --git a/doc/examples/indexfile.py b/doc/examples/indexfile.py index e7f81e61..5eaab517 100644 --- a/doc/examples/indexfile.py +++ b/doc/examples/indexfile.py @@ -8,7 +8,7 @@ sources.ReadMainList() cache = apt_pkg.GetCache() depcache = apt_pkg.GetDepCache(cache) -pkg = cache["bzr"] +pkg = cache["libimlib2"] cand = depcache.GetCandidateVer(pkg) for (f,i) in cand.FileList: index = sources.FindIndex(f) -- cgit v1.2.3