Fix module name error
This commit is contained in:
@@ -34,7 +34,7 @@ static PyMethodDef module_methods[] = {
|
|||||||
{NULL} /* Sentinel */
|
{NULL} /* Sentinel */
|
||||||
};
|
};
|
||||||
|
|
||||||
MOD_INIT(pyinstrument_cext)
|
MOD_INIT(spam)
|
||||||
{
|
{
|
||||||
PyObject* m;
|
PyObject* m;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user