diff options
Diffstat (limited to 'Lib/test/test_userstring.py')
-rwxr-xr-x | Lib/test/test_userstring.py | 2 |
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. |