mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
I forgot that the extension is called xlntpyarrow and not myextension
This commit is contained in:
parent
8e2486176e
commit
1b7af5bccb
|
@ -95,7 +95,7 @@ PyMODINIT_FUNC
|
||||||
PyInit_xlntpyarrow(void)
|
PyInit_xlntpyarrow(void)
|
||||||
#else
|
#else
|
||||||
void
|
void
|
||||||
initmyextension(void)
|
initxlntpyarrow(void)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
PyObject *module = NULL;
|
PyObject *module = NULL;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user