FreeCAD / freecad.workbench_starterkit

template for a FreeCAD workbench / module
GNU Lesser General Public License v3.0
39 stars 26 forks source link

remove freecad/__init__.py because it conflicts with the original freecad module #24

Closed bdieterm closed 1 month ago

bdieterm commented 2 months ago

The folder freecad MUST NOT have an "__init__.py" file. Otherwise the folder would be interpreted as module "freecad" and override the original "freecad" module (https://github.com/FreeCAD/FreeCAD/tree/main/src/Ext/freecad) which manages the namespace for all addons.