From: Gregory P. Smith Date: Tue, 14 Feb 2012 00:41:20 +0000 (-0800) Subject: import re for the previous commit. X-Git-Tag: v3.2.3rc1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f;p=thirdparty%2FPython%2Fcpython.git import re for the previous commit. --- diff --git a/Lib/lib2to3/tests/test_main.py b/Lib/lib2to3/tests/test_main.py index 86cb438e358e..a498c5a0d1db 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