diff options
Diffstat (limited to 'Lib/test/test_userstring.py')
-rw-r--r-- | Lib/test/test_userstring.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_userstring.py b/Lib/test/test_userstring.py index 35dce2c..7152822 100644 --- a/Lib/test/test_userstring.py +++ b/Lib/test/test_userstring.py @@ -1,7 +1,6 @@ # UserString is a wrapper around the native builtin string type. # UserString instances should behave similar to builtin string objects. -import string import unittest from test import string_tests |