]> granicus.if.org Git - python/commit
Cleanup regrtest.py
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 16:43:53 +0000 (17:43 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 16:43:53 +0000 (17:43 +0100)
commit4ffcc3ee1e982b1c739a3c1d6fb948960b31c3dd
treec26f23497375d18420543e10933a6c1937705a69
parente40390473dc1303c550664457f5b7b2582592086
Cleanup regrtest.py

* Move code into a new _main() function
* Fix loop to cleanup sys.path
* Remove unused import
Lib/test/regrtest.py