summaryrefslogtreecommitdiffstats
path: root/SCons/Variables/EnumVariable.py
Commit message (Collapse)AuthorAgeFilesLines
* Minor: drop engine prefix from docstrings [ci skip]Mats Wichmann2020-06-111-1/+1
| | | | | | | | A number of module docstrings start with the module name, these end up appearing in API docs. Drop the "engine/" prefix where it appears. 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/+101
with current python packaging practices