diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-04 16:28:25 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-04 16:28:25 +0200 |
| commit | 8ad58480ce8a161519339b41eacefc26059bebf7 (patch) | |
| tree | f0ddb861333b467ecb3cadbc160f6b9bac94ee8b /python/apt_pkgmodule.h | |
| parent | 9d88586c37e9a5702949f90fc589ef941d57f661 (diff) | |
| download | python-apt-8ad58480ce8a161519339b41eacefc26059bebf7.tar.gz | |
* python/metaindex.cc:
- added support for the metaIndex objects
* python/sourceslist.cc:
- support new "List" attribute that returns the list of
metaIndex source entries
Diffstat (limited to 'python/apt_pkgmodule.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h index d58f4589..f59c8ca0 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -95,5 +95,8 @@ PyObject *GetPkgSourceList(PyObject *Self,PyObject *Args); // pkgSourceList extern PyTypeObject PackageIndexFileType; +// metaIndex +extern PyTypeObject MetaIndexType; + #endif |
