String method conversion.

(This one was trivial -- no actual string. references in it!)
This commit is contained in:
Eric S. Raymond 2001-02-09 12:00:47 +00:00
parent fc170b1fd5
commit 2846b0ab41
6 changed files with 5 additions and 7 deletions

View file

@ -3,7 +3,7 @@ sys.path = ['.'] + sys.path
from test_support import verify, verbose, TestFailed
import re
import sys, os, string, traceback
import sys, os, traceback
# Misc tests from Tim Peters' re.doc