FreeCAD: master e8566f22

Author Committer Branch Timestamp Parent
hyarion wwmayer master 2021-03-03 17:41:26 master ac23438e
Changeset Tools: Remove super old DistTools module

Back in 2004 the "new" build tools was introduced https://github.com/berndhahnebach/All_FreeCAD/commit/2668c74b58c3674b4c0e5c3134ba1b17fdb1bf58
which are located in `src/Tools/fcbt/`. The new tools split up this file
into `src/Tools/fcbt/DistTools.py` and `src/Tools/fcbt/FilesTools.py`
which is why the both `DistTools.py` doesn't match up 1:1.

I've found no references in the repo to the version in `src/Tools/` so
I think it's safe to remove.
rm - src/Tools/DistTools.py Diff File