Clean mod/import folder

Clean mod/import folder

fix code not removed.
This commit is contained in:
Andrew
2023-03-13 16:51:24 +01:00
committed by Uwe
parent de373436cd
commit 0833cbe7cc
10 changed files with 11 additions and 277 deletions

View File

@@ -49,8 +49,6 @@ PyMOD_INIT_FUNC(Import)
// add mesh elements
Base::Interpreter().addType(&Import::StepShapePy ::Type, importModule, "StepShape");
// init Type system
//Import::StepShape ::init();
Base::Console().Log("Loading Import module... done\n");
PyMOD_Return(importModule);