summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-05-02 18:51:48 +0200
committerMichael Vogt <egon@bottom>2007-05-02 18:51:48 +0200
commit7e7e01e96d57515f323e19127dc05f4b2b2d31cc (patch)
treedcfb35abf5a80ceaf541c5df80bb6580efaaac0c /python/apt_pkgmodule.cc
parente537ea9f6a1905c6ec4af01367851b053dfca40e (diff)
parent4a741085e3895d83aa3b0a522123a923b0a64aa4 (diff)
downloadpython-apt-7e7e01e96d57515f323e19127dc05f4b2b2d31cc.tar.gz
* merged from http://people.ubuntu.com/~mvo/bzr/python-apt/auto-mark/
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"},