summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/tests
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-02-14 00:41:20 (GMT)
committerGregory P. Smith <greg@krypto.org>2012-02-14 00:41:20 (GMT)
commita127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f (patch)
tree223adb7472b4650c8ee39cf3d4d29d6faf1774a6 /Lib/lib2to3/tests
parent9903c705b89c197c96e8286c9351a31b9c23fd44 (diff)
downloadcpython-a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f.zip
cpython-a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f.tar.gz
cpython-a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f.tar.bz2
import re for the previous commit.
Diffstat (limited to 'Lib/lib2to3/tests')
-rw-r--r--Lib/lib2to3/tests/test_main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/lib2to3/tests/test_main.py b/Lib/lib2to3/tests/test_main.py
index 86cb438..a498c5a 100644
--- a/Lib/lib2to3/tests/test_main.py
+++ b/Lib/lib2to3/tests/test_main.py
@@ -3,6 +3,7 @@ import codecs
import io
import logging
import os
+import re
import shutil
import sys
import tempfile