[Python-checkins] cpython (3.2): import re for the previous commit.

gregory.p.smith python-checkins at python.org
Tue Feb 14 01:46:16 CET 2012


http://hg.python.org/cpython/rev/d8904aff9442
changeset:   74924:d8904aff9442
branch:      3.2
user:        Gregory P. Smith <greg at krypto.org>
date:        Mon Feb 13 16:41:20 2012 -0800
summary:
  import re for the previous commit.

files:
  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
--- a/Lib/lib2to3/tests/test_main.py
+++ b/Lib/lib2to3/tests/test_main.py
@@ -3,6 +3,7 @@
 import io
 import logging
 import os
+import re
 import shutil
 import sys
 import tempfile

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list