commit | 2846b0ab417dbfc76d2f9b52b5613ad4fe8feb63 | [log] [tgz] |
---|---|---|
author | Eric S. Raymond <esr@thyrsus.com> | Fri Feb 09 12:00:47 2001 +0000 |
committer | Eric S. Raymond <esr@thyrsus.com> | Fri Feb 09 12:00:47 2001 +0000 |
tree | a071e2b44ad3082187a3c76dcfc04882a544d813 | |
parent | fc170b1fd5db978f4e8d4c23c138a7b59df681ec [diff] [blame] |
String method conversion. (This one was trivial -- no actual string. references in it!)
diff --git a/Lib/test/test_userstring.py b/Lib/test/test_userstring.py index a47bfdd..a8df84d 100755 --- a/Lib/test/test_userstring.py +++ b/Lib/test/test_userstring.py
@@ -1,5 +1,5 @@ #!/usr/bin/env python -import sys, string +import sys from test_support import verbose import string_tests # UserString is a wrapper around the native builtin string type.