summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2001-02-18 12:05:16 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2001-02-18 12:05:16 (GMT)
commitf2989b22fff921b3394e1709a07f0119370b6d74 (patch)
treee7d820eea66d169e543ac117631694d3afbccbcd /Lib/test
parentae7636753e15273742515eb123999d23f6b7985e (diff)
downloadcpython-f2989b22fff921b3394e1709a07f0119370b6d74.zip
cpython-f2989b22fff921b3394e1709a07f0119370b6d74.tar.gz
cpython-f2989b22fff921b3394e1709a07f0119370b6d74.tar.bz2
- restored 1.5.2 compatibility (sorry, eric)
- removed __all__ cruft from internal modules (sorry, skip) - don't assume ASCII for string escapes (sorry, per)
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_sre.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sre.py b/Lib/test/test_sre.py
index 89364d5..88c0d62 100644
--- a/Lib/test/test_sre.py
+++ b/Lib/test/test_sre.py
@@ -8,7 +8,7 @@ sys.path=['.']+sys.path
from test_support import verbose, TestFailed
import sre
-import sys, os, traceback
+import sys, os, string, traceback
#
# test support