From 444b2afea3b58cc55fbf4b9deb6d20c4475c8fef Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 14 Apr 2009 20:27:49 +0200 Subject: * python/pkgmanager.cc: Use tp_methods and tp_getset for PkgManagerType --- 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 aa01cc2a..4e718ffa 100644 --- a/python/apt_pkgmodule.cc +++ b/python/apt_pkgmodule.cc @@ -487,6 +487,7 @@ extern "C" void initapt_pkg() if (PyType_Ready(&PkgDepCacheType) == -1) return; if (PyType_Ready(&PkgAcquireType) == -1) return; if (PyType_Ready(&PackageIndexFileType) == -1) return; + if (PyType_Ready(&PkgManagerType) == -1) return; // Initialize the module -- cgit v1.2.3