summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-06-10 19:56:48 +0200
committerMichael Vogt <egon@bottom>2007-06-10 19:56:48 +0200
commite9a4095f8b5f4da8f70915b178c2a37b2b009e6d (patch)
treeea2bf7ac821e9769206744d8f0830ca775be2e08 /python/apt_pkgmodule.cc
parent3b02b5265d12a39a5ee459f15f9568208db7fc6d (diff)
parent4a741085e3895d83aa3b0a522123a923b0a64aa4 (diff)
downloadpython-apt-e9a4095f8b5f4da8f70915b178c2a37b2b009e6d.tar.gz
* merged automaitc removal of unused dependencies
branch * update build-depends
Diffstat (limited to 'python/apt_pkgmodule.cc')
-rw-r--r--python/apt_pkgmodule.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc
index 627eaced..a0352d4e 100644
--- a/python/apt_pkgmodule.cc
+++ b/python/apt_pkgmodule.cc
@@ -431,6 +431,7 @@ static PyMethodDef methods[] =
// misc
{"GetPkgProblemResolver",GetPkgProblemResolver,METH_VARARGS,"GetDepProblemResolver(DepCache) -> PkgProblemResolver"},
+ {"GetPkgActionGroup",GetPkgActionGroup,METH_VARARGS,"GetPkgActionGroup(DepCache) -> PkgActionGroup"},
// Cdrom
{"GetCdrom",GetCdrom,METH_VARARGS,"GetCdrom() -> Cdrom"},