commit | 54ac832a24a0f40ea3278707420b191be3619c99 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Wed Apr 04 21:28:14 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Wed Apr 04 21:28:14 2012 -0400 |
tree | 67046379cb835bbc0e4e2b0e387ec763222e8814 | |
parent | b6046301ef70ca30f106038cf3799278e770d3ca [diff] |
#14490, #14491: add 'sundry'-style import tests for Tools/scripts. This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests.