use PyImport_ExtendInittab for py module initialization rather then adding to sys.modules directly, no functional change.
This commit is contained in:
@@ -34,6 +34,6 @@
|
||||
#include <Python.h>
|
||||
#include "mathutils.h"
|
||||
|
||||
PyObject *Geometry_Init(void);
|
||||
PyMODINIT_FUNC BPyInit_mathutils_geometry(void);
|
||||
|
||||
#endif /* EXPP_Geometry_H */
|
||||
|
||||
Reference in New Issue
Block a user