From e2d814ffc20e231a3b8201f7d66145939c99174c Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 21 Aug 2009 15:18:33 +0200 Subject: * apt/cache.py: Introduce ProblemResolver class (Closes: #542705) --- doc/source/apt/cache.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/source/apt/cache.rst') diff --git a/doc/source/apt/cache.rst b/doc/source/apt/cache.rst index d96cba97..beae74a2 100644 --- a/doc/source/apt/cache.rst +++ b/doc/source/apt/cache.rst @@ -70,6 +70,11 @@ packages whose state has been changed, eg. packages marked for installation:: >>> print len(changed) == len(cache.GetChanges()) # Both need to have same length True +The ProblemResolver class +-------------------------- + +.. autoclass:: ProblemResolver + :members: Exceptions ---------- -- cgit v1.2.3