]> granicus.if.org Git - python/commit
Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.
authorR David Murray <rdmurray@bitdance.com>
Thu, 5 Apr 2012 01:29:03 +0000 (21:29 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 5 Apr 2012 01:29:03 +0000 (21:29 -0400)
commitce9806215b82e4a0e8dd37eb9a669477161adfec
tree02073b791a0f11927d7adb5e2ecf0305e0474b47
parenta701388de1135241b5a8e4c970e06c0e83a66dc0
parent54ac832a24a0f40ea3278707420b191be3619c99
Merge #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.
Tools/scripts/findnocoding.py