From a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Mon, 13 Feb 2012 16:41:20 -0800 Subject: [PATCH] import re for the previous commit. --- Lib/lib2to3/tests/test_main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/lib2to3/tests/test_main.py b/Lib/lib2to3/tests/test_main.py index 86cb438e358..a498c5a0d1d 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