summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/mwcc.py
Commit message (Collapse)AuthorAgeFilesLines
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-1/+1
| | | | | | In Python3 this is the default. Signed-off-by: Mats Wichmann <mats@linux.com>
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line ↵William Deegan2020-05-061-0/+207
with current python packaging practices