summaryrefslogtreecommitdiffstats
path: root/site_scons/BuildCommandLine.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>
* Address github review notes and sider issuesWilliam Deegan2020-04-111-3/+6
|
* First pass of refactor. Moved command line argument processing into ↵William Deegan2020-04-091-0/+144
site_scons/BuildCommandLine.py. Sorted out all changes caused by that.