commit | d94af3f7ed98e6bfb4bf5f918f464b5e23d3ed1b | [log] [tgz] |
---|---|---|
author | Hai Shi <shihai1992@gmail.com> | Sat Aug 08 17:32:41 2020 +0800 |
committer | GitHub <noreply@github.com> | Sat Aug 08 11:32:41 2020 +0200 |
tree | fcd219f3484eca8caade4aaa68a1d5fd66218e3c | |
parent | a4084b9d1e40c1c9259372263d1fe8c8a562b093 [diff] [blame] |
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py index f37e825..42fd8ef 100644 --- a/Lib/test/test_posixpath.py +++ b/Lib/test/test_posixpath.py
@@ -5,7 +5,7 @@ from test import test_genericpath from test.support import import_helper from test.support import os_helper -from test.support import FakePath +from test.support.os_helper import FakePath from unittest import mock try: