summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-06-05 16:40:39 +0200
committerJulian Andres Klode <jak@debian.org>2009-06-05 16:40:39 +0200
commitb67d9c0abebee2a3e7f09ddccb357f633ee3ec00 (patch)
tree506db4085a04b4c4006c5097298dd6c0522f09ac
parentacf0e2af557be18a31570f8e21ccf67233b20004 (diff)
downloadpython-apt-b67d9c0abebee2a3e7f09ddccb357f633ee3ec00.tar.gz
python/acquire.cc(AcquireItemType): Use "apt_pkg.AcquireItem" as tp_name
-rw-r--r--python/acquire.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/acquire.cc b/python/acquire.cc
index e6a23548..05bffc65 100644
--- a/python/acquire.cc
+++ b/python/acquire.cc
@@ -95,7 +95,7 @@ PyTypeObject AcquireItemType =
#if PY_MAJOR_VERSION < 3
0, // ob_size
#endif
- "pkgAcquire::ItemIterator", // tp_name
+ "apt_pkg.AcquireItem", // tp_name
sizeof(CppOwnedPyObject<pkgAcquire::ItemIterator>), // tp_basicsize
0, // tp_itemsize
// Methods