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