This commit is contained in:
Kovid Goyal 2019-11-21 14:43:08 +05:30
parent 49d2f04a7e
commit 9f38f7e6ea
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -96,7 +96,7 @@ static PyMethodDef module_methods[] = {
#if PY_MAJOR_VERSION >= 3 #if PY_MAJOR_VERSION >= 3
#define INITERROR return NULL #define INITERROR return NULL
#define INITMODULE PyModule_Create(&bzzdec_module) #define INITMODULE PyModule_Create(&cocoa_module)
static struct PyModuleDef cocoa_module = { static struct PyModuleDef cocoa_module = {
/* m_base */ PyModuleDef_HEAD_INIT, /* m_base */ PyModuleDef_HEAD_INIT,
/* m_name */ "cocoa", /* m_name */ "cocoa",