diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/nissy_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/nissy_module.c b/python/nissy_module.c index 851a9e6..d02d9fc 100644 --- a/python/nissy_module.c +++ b/python/nissy_module.c | |||
| @@ -155,7 +155,7 @@ datasize(PyObject *self, PyObject *args) | |||
| 155 | return long_result(result); | 155 | return long_result(result); |
| 156 | } | 156 | } |
| 157 | 157 | ||
| 158 | /* TODO: gendata, checkdata and solve */ | 158 | /* TODO: gendata, checkdata and solve and countmoves */ |
| 159 | 159 | ||
| 160 | static PyMethodDef nissy_methods[] = { | 160 | static PyMethodDef nissy_methods[] = { |
| 161 | { "compose", compose, METH_VARARGS, NULL }, | 161 | { "compose", compose, METH_VARARGS, NULL }, |
