Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -55,6 +55,6 @@ PyObject* initModule()
|
||||
PyMOD_INIT_FUNC(Start)
|
||||
{
|
||||
PyObject* mod = Start::initModule();
|
||||
Base::Console().Log("Loading Start module... done\n");
|
||||
Base::Console().log("Loading Start module... done\n");
|
||||
PyMOD_Return(mod);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user