summaryrefslogtreecommitdiff
path: root/pokemontools/scan_includes.py
AgeCommit message (Collapse)Author
2016-08-24Clean up scan_includes a bitEevee (Lexy Munroe)
- Use the with statement, so it works with pypy (dies with "too many open files" otherwise) - Nuke dem tabs - Get rid of the global, yikes
2016-02-26pokemontools now works with tcgdannye
2016-01-28Don't pointlessly traverse files that are already done.yenatch
2016-01-28Don't traverse includes that are commented out.yenatch
2016-01-28Rewrite scan_includes.yenatch
2014-09-24Add docstrings for IncludeReader methods.yenatch
2014-09-24Rewrite scan_includes.py. Add include paths.yenatch
2013-12-08scan_includes: join names properly and actually use conf.pathyenatch
2013-12-05use file includes in rgbasm objects to generate dependenciesyenatch