I forgot that the extension is called xlntpyarrow and not myextension

This commit is contained in:
Thomas Fussell 2017-07-13 18:40:27 -07:00
parent 8e2486176e
commit 1b7af5bccb

View File

@ -95,7 +95,7 @@ PyMODINIT_FUNC
PyInit_xlntpyarrow(void)
#else
void
initmyextension(void)
initxlntpyarrow(void)
#endif
{
PyObject *module = NULL;