diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-06 17:28:31 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-06 17:28:31 +0200 |
| commit | 590401a9f60b47f2fb39c5f3f42c70217ab4f50a (patch) | |
| tree | 53a190611082541cbf6a2386b8362c0d1a73e6eb /python/apt_pkgmodule.cc | |
| parent | 0d6bdd9d329f6527f6a5f2337828e03c2e2af508 (diff) | |
| download | python-apt-590401a9f60b47f2fb39c5f3f42c70217ab4f50a.tar.gz | |
* python/apt_pkgmodule.cc:
- *cough* expose the new PkgActionGroup stuff
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 e73628c3..6bd79730 100644 --- a/python/apt_pkgmodule.cc +++ b/python/apt_pkgmodule.cc @@ -392,6 +392,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"}, |
