Get rid of more boilerplate

This commit is contained in:
Kovid Goyal
2016-11-02 11:47:45 +05:30
parent c0d5719eb4
commit 38e8462277
5 changed files with 27 additions and 18 deletions

View File

@@ -134,3 +134,4 @@ copy(Cursor *self, PyObject UNUSED *args) {
return (PyObject*)ans;
}
INIT_TYPE(Cursor)