summaryrefslogtreecommitdiff
path: root/Lib/test/test_userstring.py
diff options
context:
space:
mode:
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 a47bfdd9df..a8df84d7ba 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.