diff options
Diffstat (limited to 'Lib/test/test_string.py')
-rw-r--r-- | Lib/test/test_string.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_string.py b/Lib/test/test_string.py index cc61512..af8c1bc 100644 --- a/Lib/test/test_string.py +++ b/Lib/test/test_string.py @@ -1,5 +1,5 @@ -from test_support import verbose, TestSkipped -import string_tests +from test.test_support import verbose, TestSkipped +from test import string_tests import string, sys # XXX: kludge... short circuit if strings don't have methods |