diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-01-20 17:06:11 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-01-20 17:06:11 +0100 |
| commit | 2e32d8d27f84b585ef8196a28bdd2e649de02607 (patch) | |
| tree | 7f0ee602792764aa410d814b71a8cd528f3b8539 /python/apt_pkgmodule.h | |
| parent | 86bad92b26e6c7af7deb7dfcdd25e70ce1ce5a85 (diff) | |
| download | python-apt-2e32d8d27f84b585ef8196a28bdd2e649de02607.tar.gz | |
Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.
Diffstat (limited to 'python/apt_pkgmodule.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h index 97ba05a7..bc2f747b 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -103,7 +103,7 @@ extern PyTypeObject PySourceList_Type; PyObject *GetPkgSourceList(PyObject *Self,PyObject *Args); // pkgSourceList -extern PyTypeObject PyPackageIndexFile_Type; +extern PyTypeObject PyIndexFile_Type; // metaIndex extern PyTypeObject PyMetaIndex_Type; |
