commit | 79bb2c93f2d81702fdf1f93720369e18a76b7d1a | [log] [tgz] |
---|---|---|
author | Hai Shi <shihai1992@gmail.com> | Thu Aug 06 19:51:29 2020 +0800 |
committer | GitHub <noreply@github.com> | Thu Aug 06 13:51:29 2020 +0200 |
tree | 6ab9d0c6ef07954cc871dd6eb06f3a80329d33e6 | |
parent | 52f98424a55e14f05dfa7483cc0faf634a61c9ff [diff] [blame] |
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
diff --git a/Lib/test/test_tabnanny.py b/Lib/test/test_tabnanny.py index 95840d6..4dfbd29 100644 --- a/Lib/test/test_tabnanny.py +++ b/Lib/test/test_tabnanny.py
@@ -12,7 +12,8 @@ import tempfile import textwrap from test.support import (captured_stderr, captured_stdout, script_helper, - findfile, unlink) + findfile) +from test.support.os_helper import unlink SOURCE_CODES = {