From aa31a066174571a64e68c35203f6b2404ef2393f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 9 Jun 2009 21:04:36 +0200 Subject: python/apt_pkgmodule.cc: Fix the modulename. --- python/apt_pkgmodule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc index 3d76894d..bfa59f8e 100644 --- a/python/apt_pkgmodule.cc +++ b/python/apt_pkgmodule.cc @@ -527,7 +527,7 @@ static int apt_inst_clear(PyObject *m) { static struct PyModuleDef moduledef = { PyModuleDef_HEAD_INIT, - "apt_inst", + "apt_pkg", NULL, sizeof(struct module_state), methods, -- cgit v1.2.3