diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-02-14 00:41:20 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-02-14 00:41:20 (GMT) |
commit | a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f (patch) | |
tree | 223adb7472b4650c8ee39cf3d4d29d6faf1774a6 /Lib | |
parent | 9903c705b89c197c96e8286c9351a31b9c23fd44 (diff) | |
download | cpython-a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f.zip cpython-a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f.tar.gz cpython-a127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f.tar.bz2 |
import re for the previous commit.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/lib2to3/tests/test_main.py | 1 |
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 |