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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f;p=python import re for the previous commit. --- diff --git a/Lib/lib2to3/tests/test_main.py b/Lib/lib2to3/tests/test_main.py index 86cb438e35..a498c5a0d1 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