1
0
espelhamento de https://github.com/arsenetar/send2trash.git sincronizado 2025-07-03 22:13:21 +00:00

Added missing sentinel in osx module's method defs.

Esse commit está contido em:
Virgil Dupras 2010-04-07 13:16:51 +02:00
commit 19c1f2c444

Ver arquivo

@ -30,6 +30,7 @@ static PyObject* send2trash_osx_send(PyObject *self, PyObject *args)
static PyMethodDef TrashMethods[] = {
{"send", send2trash_osx_send, METH_VARARGS, ""},
{NULL, NULL, 0, NULL}
};
PyMODINIT_FUNC