summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-06-20 21:26:23 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-06-20 21:26:23 +0000
commitc25600f6cfb209dde14fbfc17aaef78519411a30 (patch)
treefb9e5b57e2404b76e568689b7d719461d5f10e90 /python/apt_pkgmodule.cc
parent33c18310943c8ee582fe57b1295e753f417d5eb8 (diff)
downloadpython-apt-c25600f6cfb209dde14fbfc17aaef78519411a30.tar.gz
* added support for the pkgProblemResolver()
Diffstat (limited to 'python/apt_pkgmodule.cc')
-rw-r--r--python/apt_pkgmodule.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc
index 7bf7f3e3..1c58316c 100644
--- a/python/apt_pkgmodule.cc
+++ b/python/apt_pkgmodule.cc
@@ -336,6 +336,9 @@ static PyMethodDef methods[] =
{"GetPkgSrcRecords",GetPkgSrcRecords,METH_VARARGS,"GetPkgSrcRecords() -> PkgSrcRecords"},
{"GetPkgSourceList",GetPkgSourceList,METH_VARARGS,"GetPkgSourceList() -> PkgSourceList"},
+ // misc
+ {"GetPkgProblemResolver",GetPkgProblemResolver,METH_VARARGS,"GetDepProblemResolver(DepCache) -> PkgProblemResolver"},
+
// Cdrom
{"GetCdrom",GetCdrom,METH_VARARGS,"GetCdrom() -> Cdrom"},