summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posixpath.py
diff options
context:
space:
mode:
authorHai Shi <shihai1992@gmail.com>2020-08-08 09:32:41 (GMT)
committerGitHub <noreply@github.com>2020-08-08 09:32:41 (GMT)
commitd94af3f7ed98e6bfb4bf5f918f464b5e23d3ed1b (patch)
treefcd219f3484eca8caade4aaa68a1d5fd66218e3c /Lib/test/test_posixpath.py
parenta4084b9d1e40c1c9259372263d1fe8c8a562b093 (diff)
downloadcpython-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.py2
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: