92a93,95
> #if PY_MAJOR_VERSION >= 3
> static PyObject *initAll();
> #else
93a97
> #endif
108c112,113
< int initM5Python();
---
> void registerNativeModules();
>
110d114
< PyMODINIT_FUNC initm5(void);