summaryrefslogtreecommitdiff
path: root/python/python-apt-helpers.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-05 14:37:16 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-05 14:37:16 +0200
commit4548cac388f26cec60f1cef028421db910385565 (patch)
tree6baf34bf0ac3cbc7e0737ff1ea0c3751b62332a5 /python/python-apt-helpers.cc
parentf7adc2d7205e2fdbff7d808e8e4c262b65e3e05d (diff)
downloadpython-apt-4548cac388f26cec60f1cef028421db910385565.tar.gz
Add apt_pkg.Group class, wrapping pkgCache::GrpIterator
Diffstat (limited to 'python/python-apt-helpers.cc')
-rw-r--r--python/python-apt-helpers.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/python-apt-helpers.cc b/python/python-apt-helpers.cc
index 7a0f20c4..f50f62c4 100644
--- a/python/python-apt-helpers.cc
+++ b/python/python-apt-helpers.cc
@@ -52,6 +52,7 @@ NEW_FROM(PyHashString_FromCpp,&PyHashString_Type,HashString*)
NEW_FROM(PyIndexRecords_FromCpp,&PyIndexRecords_Type,indexRecords*)
NEW_FROM(PyMetaIndex_FromCpp,&PyMetaIndex_Type,metaIndex*)
NEW_FROM(PyPackage_FromCpp,&PyPackage_Type,pkgCache::PkgIterator)
+NEW_FROM(PyGroup_FromCpp,&PyGroup_Type,pkgCache::GrpIterator)
NEW_FROM(PyIndexFile_FromCpp,&PyIndexFile_Type,pkgIndexFile*)
NEW_FROM(PyPackageFile_FromCpp,&PyPackageFile_Type,pkgCache::PkgFileIterator)
//NEW_FROM(PyPackageList_FromCpp,&PyPackageList_Type,PkgListStruct)