summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-06-29 11:24:58 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-06-29 11:24:58 (GMT)
commit0b8f0c276699c045ff55510186025783219bec61 (patch)
tree75c8c677795237ae0e2147c55ca943d7a0fa9194 /Lib/test/regrtest.py
parent565dbadc2297f7345ed14653ae338609b0fa4388 (diff)
parentbd98f9367c4843fb6b843b7383327870e144fb61 (diff)
downloadcpython-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-xLib/test/regrtest.py1
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