From 97d985d73d12da5578628418aa787d78a33b652d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 15 Apr 2009 15:00:33 +0200 Subject: * python/pkgrecords.cc: Use GetSet for PkgRecordsType --- python/apt_pkgmodule.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'python/apt_pkgmodule.cc') 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 -- cgit v1.2.3