diff options
Diffstat (limited to 'Lib/test/test_dospath.py')
-rw-r--r-- | Lib/test/test_dospath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dospath.py b/Lib/test/test_dospath.py index 3cca1597ebd..6bc1a5b6ae8 100644 --- a/Lib/test/test_dospath.py +++ b/Lib/test/test_dospath.py @@ -1,6 +1,6 @@ import dospath -import test_support import unittest +from test import test_support class DOSPathTestCase(unittest.TestCase): |