summaryrefslogtreecommitdiff
path: root/python/indexfile.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-13 14:25:06 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-13 14:25:06 +0200
commitdabc8c6796afdaf0e2918db77117a07eae8b1fd4 (patch)
tree14f67c48740003783572bc8d1fa2b5eba9bf9cca /python/indexfile.cc
parentb0abeea43f6e51c452af68d8ec9bf3d0f701d772 (diff)
downloadpython-apt-dabc8c6796afdaf0e2918db77117a07eae8b1fd4.tar.gz
python: Rename all PyTypeObject's to conform to PEP 7.
This is the first step towards implementing coding guidelines for the C++ code and providing an usable C++ API.
Diffstat (limited to 'python/indexfile.cc')
-rw-r--r--python/indexfile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/indexfile.cc b/python/indexfile.cc
index f2180cd7..7bf646d0 100644
--- a/python/indexfile.cc
+++ b/python/indexfile.cc
@@ -88,7 +88,7 @@ static PyGetSetDef PackageIndexFileGetSet[] = {
{}
};
-PyTypeObject PackageIndexFileType =
+PyTypeObject PyPackageIndexFile_Type =
{
PyVarObject_HEAD_INIT(&PyType_Type, 0)
"apt_pkg.PackageIndexFile", // tp_name