summaryrefslogtreecommitdiff
path: root/Lib/test/test_pydoc.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-05-06 06:33:17 +0300
committerBerker Peksag <berker.peksag@gmail.com>2015-05-06 06:33:17 +0300
commit6564ea7aaf7ef7154264a7df31917406cee17b9f (patch)
treed660e5f6459d114cb86f70d27284612de39fb795 /Lib/test/test_pydoc.py
parent2571248c875b79a134b3a6fd4010c2a2e6e2c7aa (diff)
downloadcpython-6564ea7aaf7ef7154264a7df31917406cee17b9f.tar.gz
Issue #9517: Move script_helper to the support package.
Patch by Christie Wilson.
Diffstat (limited to 'Lib/test/test_pydoc.py')
-rw-r--r--Lib/test/test_pydoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pydoc.py b/Lib/test/test_pydoc.py
index 6a967c30ab..ec5c31ba72 100644
--- a/Lib/test/test_pydoc.py
+++ b/Lib/test/test_pydoc.py
@@ -21,7 +21,7 @@ import xml.etree
import textwrap
from io import StringIO
from collections import namedtuple
-from test.script_helper import assert_python_ok
+from test.support.script_helper import assert_python_ok
from test.support import (
TESTFN, rmtree,
reap_children, reap_threads, captured_output, captured_stdout,