Make python3 happy
This commit is contained in:
@@ -509,7 +509,7 @@ PyMappingMethods Diff_as_mapping = {
|
|||||||
static PyMethodDef Diff_methods[] = {
|
static PyMethodDef Diff_methods[] = {
|
||||||
METHOD(Diff, merge, METH_VARARGS),
|
METHOD(Diff, merge, METH_VARARGS),
|
||||||
METHOD(Diff, find_similar, METH_VARARGS),
|
METHOD(Diff, find_similar, METH_VARARGS),
|
||||||
METHOD(Diff, from_c, METH_STATIC),
|
METHOD(Diff, from_c, METH_STATIC | METH_VARARGS),
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user