aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-09 12:00:47 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-09 12:00:47 +0000
commit2846b0ab417dbfc76d2f9b52b5613ad4fe8feb63 (patch)
treea071e2b44ad3082187a3c76dcfc04882a544d813 /Lib/test/test_userstring.py
parentString method conversion. (diff)
downloadcpython-2846b0ab417dbfc76d2f9b52b5613ad4fe8feb63.tar.gz
cpython-2846b0ab417dbfc76d2f9b52b5613ad4fe8feb63.tar.bz2
cpython-2846b0ab417dbfc76d2f9b52b5613ad4fe8feb63.zip
String method conversion.
(This one was trivial -- no actual string. references in it!)
Diffstat (limited to 'Lib/test/test_userstring.py')
-rwxr-xr-xLib/test/test_userstring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_userstring.py b/Lib/test/test_userstring.py
index a47bfdd9df5..a8df84d7ba3 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.