py3: ported module init to python3
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Points {
|
||||
}
|
||||
|
||||
/* Python entry */
|
||||
PyMODINIT_FUNC initPoints()
|
||||
PyMOD_INIT_FUNC(Points)
|
||||
{
|
||||
PyObject* pointsModule = Points::initModule();
|
||||
Base::Console().Log("Loading Points module... done\n");
|
||||
@@ -60,5 +60,5 @@ PyMODINIT_FUNC initPoints()
|
||||
Points::Structured ::init();
|
||||
Points::FeatureCustom ::init();
|
||||
Points::StructuredCustom ::init();
|
||||
Points::FeaturePython ::init();
|
||||
Points::FeaturePython ::init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user