From 2846b0ab417dbfc76d2f9b52b5613ad4fe8feb63 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 9 Feb 2001 12:00:47 +0000 Subject: String method conversion. (This one was trivial -- no actual string. references in it!) --- Lib/test/test_sre.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_sre.py') diff --git a/Lib/test/test_sre.py b/Lib/test/test_sre.py index 88c0d62e8d..89364d5fc8 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, string, traceback +import sys, os, traceback # # test support -- cgit v1.2.1