FreeCAD: master 4a765e12

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-05-16 21:39:27 master 07245dbf
Changeset Draft: check GUI in upgrade function before using viewprovider

Also make various improvements in style, PEP8, return value
is now a tuple of lists instead of a list of lists.

Delay the import of other modules like `Part` and `DraftGeomUtils`
using the `LazyLoader` class.

Update the Gui Command as well.
mod - src/Mod/Draft/draftfunctions/upgrade.py Diff File
mod - src/Mod/Draft/draftguitools/gui_upgrade.py Diff File