diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-22 12:28:52 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-22 12:28:52 (GMT) |
| commit | ab983677470393c4b30f3b68985156f3e2b47a6f (patch) | |
| tree | 672e132b973c08fcb2da4930e55a55fc15896fc8 /Lib/test/libregrtest/main.py | |
| parent | b820d7f63132c1c6c1f301ee40be2b2729a61356 (diff) | |
| download | cpython-ab983677470393c4b30f3b68985156f3e2b47a6f.zip cpython-ab983677470393c4b30f3b68985156f3e2b47a6f.tar.gz cpython-ab983677470393c4b30f3b68985156f3e2b47a6f.tar.bz2 | |
Cleanup libregrtest
* main.py: remove unused import
* runtest: simplify runtest_inner() parameters, reuse ns parameter
Diffstat (limited to 'Lib/test/libregrtest/main.py')
| -rw-r--r-- | Lib/test/libregrtest/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/libregrtest/main.py b/Lib/test/libregrtest/main.py index b9d7ab4..ba9e48b 100644 --- a/Lib/test/libregrtest/main.py +++ b/Lib/test/libregrtest/main.py @@ -1,6 +1,5 @@ import datetime import faulthandler -import math import os import platform import random |
