Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -71,7 +71,7 @@ PyMOD_INIT_FUNC(CAMSimulator)
|
||||
|
||||
//
|
||||
PyObject* mod = CAMSimulator::initModule();
|
||||
Base::Console().Log("Loading CAMSimulator module.... done\n");
|
||||
Base::Console().log("Loading CAMSimulator module.... done\n");
|
||||
|
||||
// Add Types to module
|
||||
Base::Interpreter().addType(&CAMSimulator::CAMSimPy::Type, mod, "PathSim");
|
||||
|
||||
Reference in New Issue
Block a user