summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/tests
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 21:05:30 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 21:05:30 (GMT)
commita6f26c1d3495670c02c2ceb1e38ada0d468579f7 (patch)
tree0fe173ee82748239d48aa022592ae68f90a044de /Lib/lib2to3/tests
parentfd2839e1de4e1eac61d982fe3a0d2b4602f3fd3e (diff)
downloadcpython-a6f26c1d3495670c02c2ceb1e38ada0d468579f7.zip
cpython-a6f26c1d3495670c02c2ceb1e38ada0d468579f7.tar.gz
cpython-a6f26c1d3495670c02c2ceb1e38ada0d468579f7.tar.bz2
Remove more unused imports in tests.
Diffstat (limited to 'Lib/lib2to3/tests')
-rw-r--r--Lib/lib2to3/tests/support.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/lib2to3/tests/support.py b/Lib/lib2to3/tests/support.py
index 6f2d214..7153bb6 100644
--- a/Lib/lib2to3/tests/support.py
+++ b/Lib/lib2to3/tests/support.py
@@ -3,10 +3,8 @@
# Python imports
import unittest
-import sys
import os
import os.path
-import re
from textwrap import dedent
# Local imports