diff options
Diffstat (limited to 'tests/test_spawn.py')
| -rw-r--r-- | tests/test_spawn.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_spawn.py b/tests/test_spawn.py index 73b0f5cb..cf1faad5 100644 --- a/tests/test_spawn.py +++ b/tests/test_spawn.py @@ -2,8 +2,7 @@ import os import stat import sys -import unittest -from unittest import mock +import unittest.mock from test.support import run_unittest, unix_shell from test import support as test_support |
