diff options
| author | Michael Vogt <egon@bottom> | 2007-06-10 19:56:48 +0200 |
|---|---|---|
| committer | Michael Vogt <egon@bottom> | 2007-06-10 19:56:48 +0200 |
| commit | e9a4095f8b5f4da8f70915b178c2a37b2b009e6d (patch) | |
| tree | ea2bf7ac821e9769206744d8f0830ca775be2e08 /python/apt_pkgmodule.cc | |
| parent | 3b02b5265d12a39a5ee459f15f9568208db7fc6d (diff) | |
| parent | 4a741085e3895d83aa3b0a522123a923b0a64aa4 (diff) | |
| download | python-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.cc | 1 |
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"}, |
