diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-29 11:24:58 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-29 11:24:58 (GMT) |
commit | 0b8f0c276699c045ff55510186025783219bec61 (patch) | |
tree | 75c8c677795237ae0e2147c55ca943d7a0fa9194 /Lib/test/regrtest.py | |
parent | 565dbadc2297f7345ed14653ae338609b0fa4388 (diff) | |
parent | bd98f9367c4843fb6b843b7383327870e144fb61 (diff) | |
download | cpython-0b8f0c276699c045ff55510186025783219bec61.zip cpython-0b8f0c276699c045ff55510186025783219bec61.tar.gz cpython-0b8f0c276699c045ff55510186025783219bec61.tar.bz2 |
(merge 3.2) Issue #12400: remove unused import
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 62d869c..ecd8b09 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -168,7 +168,6 @@ import json import os import random import re -import io import sys import time import errno |