summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-20 17:06:11 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-20 17:06:11 +0100
commit2e32d8d27f84b585ef8196a28bdd2e649de02607 (patch)
tree7f0ee602792764aa410d814b71a8cd528f3b8539 /python/apt_pkgmodule.h
parent86bad92b26e6c7af7deb7dfcdd25e70ce1ce5a85 (diff)
downloadpython-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.h2
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;