summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-15 15:00:33 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-15 15:00:33 +0200
commit97d985d73d12da5578628418aa787d78a33b652d (patch)
tree8cbcb94480a1a2bde8dc24006d52d4bffd7cd6c7 /python/apt_pkgmodule.cc
parent2b867aebe32d59b7450f3a7fb22390e0dd9f8cc7 (diff)
downloadpython-apt-97d985d73d12da5578628418aa787d78a33b652d.tar.gz
* python/pkgrecords.cc: Use GetSet for PkgRecordsType
Diffstat (limited to 'python/apt_pkgmodule.cc')
-rw-r--r--python/apt_pkgmodule.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc
index 92727b6f..fe6a739e 100644
--- a/python/apt_pkgmodule.cc
+++ b/python/apt_pkgmodule.cc
@@ -489,6 +489,7 @@ extern "C" void initapt_pkg()
if (PyType_Ready(&PackageIndexFileType) == -1) return;
if (PyType_Ready(&PkgManagerType) == -1) return;
if (PyType_Ready(&PkgSrcRecordsType) == -1) return;
+ if (PyType_Ready(&PkgRecordsType) == -1) return;
// Initialize the module