summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dospath.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_dospath.py')
-rw-r--r--Lib/test/test_dospath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dospath.py b/Lib/test/test_dospath.py
index 3cca159..6bc1a5b 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):