Make python3 happy

This commit is contained in:
Carlos Martín Nieto
2014-07-10 11:29:03 +02:00
parent ae32ad12ee
commit 7f922ae9d9

View File

@@ -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}
}; };