commit | 4660597b51b3d14ce6269d0ed865ab7e22c6ae1f | [log] [tgz] |
---|---|---|
author | Hai Shi <shihai1992@gmail.com> | Tue Aug 04 00:49:18 2020 +0800 |
committer | GitHub <noreply@github.com> | Mon Aug 03 18:49:18 2020 +0200 |
tree | 00ab23106abb1d0023e261685dc4f2077002aabd | |
parent | bb0424b122e3d222a558bd4177ce37befd3e0347 [diff] [blame] |
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
diff --git a/Lib/test/test_imghdr.py b/Lib/test/test_imghdr.py index 476ba95..b2d1fc8 100644 --- a/Lib/test/test_imghdr.py +++ b/Lib/test/test_imghdr.py
@@ -4,7 +4,9 @@ import pathlib import unittest import warnings -from test.support import findfile, TESTFN, unlink +from test.support import findfile +from test.support.os_helper import TESTFN, unlink + TEST_FILES = ( ('python.png', 'png'),