py3: port external FreeCAD module to Python3
whitespace improvement
This commit is contained in:
@@ -319,11 +319,7 @@ QWidget* setupMainWindow()
|
||||
return Gui::getMainWindow();
|
||||
}
|
||||
|
||||
#if PY_MAJOR_VERSION >= 3
|
||||
PyMODINIT_FUNC PyInit_FreeCADGui()
|
||||
#else
|
||||
PyMODINIT_FUNC initFreeCADGui()
|
||||
#endif
|
||||
PyMOD_INIT_FUNC(FreeCADGui)
|
||||
{
|
||||
try {
|
||||
Base::Interpreter().loadModule("FreeCAD");
|
||||
|
||||
Reference in New Issue
Block a user