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