FreeCAD: master ebc4cd67

Author Committer Branch Timestamp Parent
chennes wwmayer master 2021-02-10 01:39:21 master 3ef6e1c6
Changeset LGTM: Minor fixes to FreeCADApp.py

LGTM flagged several redundant imports, and was confused by the else
clause of one loop. This commit removes those imports, and because of
the loop's construction, removes the else entirely and lets the loop
fall through to the error state if it fails to find what it's looking
for.
mod - src/App/FreeCADInit.py Diff File