Changeset 56de5932 for src/tests/pybin/tools.py
- Timestamp:
- Jul 25, 2018, 5:18:10 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 4e1572f
- Parents:
- b8f6002
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/pybin/tools.py
rb8f6002 r56de5932 163 163 164 164 # Start the walk 165 abspath = os.path.abspath(__main__.__file__) 166 dname = os.path.dirname(abspath) 165 dname = settings.SRCDIR 167 166 os.path.walk(dname, step, '') 168 167
Note: See TracChangeset
for help on using the changeset viewer.