diff options
Diffstat (limited to 'Lib/test/test_macpath.py')
-rw-r--r-- | Lib/test/test_macpath.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_macpath.py b/Lib/test/test_macpath.py index 9d36375..38b85e5 100644 --- a/Lib/test/test_macpath.py +++ b/Lib/test/test_macpath.py @@ -1,5 +1,5 @@ import macpath -from test import test_support +from test import support import unittest @@ -56,7 +56,7 @@ class MacPathTestCase(unittest.TestCase): def test_main(): - test_support.run_unittest(MacPathTestCase) + support.run_unittest(MacPathTestCase) if __name__ == "__main__": |