summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/script_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining tests and remove an unused import.Berker Peksag2015-05-061-1/+1
|
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-0/+244
Patch by Christie Wilson.