diff options
Diffstat (limited to 'Lib/test/test_strop.py')
-rw-r--r-- | Lib/test/test_strop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_strop.py b/Lib/test/test_strop.py index 1e3feba..4f5ba00 100644 --- a/Lib/test/test_strop.py +++ b/Lib/test/test_strop.py @@ -3,8 +3,8 @@ warnings.filterwarnings("ignore", "strop functions are obsolete;", DeprecationWarning, r'test_strop|unittest') import strop -import test_support import unittest +from test import test_support class StropFunctionTestCase(unittest.TestCase): |