diff options
| author | Hai Shi <shihai1992@gmail.com> | 2020-08-08 09:32:41 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-08 09:32:41 (GMT) |
| commit | d94af3f7ed98e6bfb4bf5f918f464b5e23d3ed1b (patch) | |
| tree | fcd219f3484eca8caade4aaa68a1d5fd66218e3c /Lib/test/test_posixpath.py | |
| parent | a4084b9d1e40c1c9259372263d1fe8c8a562b093 (diff) | |
| download | cpython-d94af3f7ed98e6bfb4bf5f918f464b5e23d3ed1b.zip cpython-d94af3f7ed98e6bfb4bf5f918f464b5e23d3ed1b.tar.gz cpython-d94af3f7ed98e6bfb4bf5f918f464b5e23d3ed1b.tar.bz2 | |
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
Diffstat (limited to 'Lib/test/test_posixpath.py')
| -rw-r--r-- | Lib/test/test_posixpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 posixpath import realpath, abspath, dirname, basename 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: |
