aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tools/test_pindent.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_tools/test_pindent.py')
-rw-r--r--Lib/test/test_tools/test_pindent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tools/test_pindent.py b/Lib/test/test_tools/test_pindent.py
index 14a0aa270f1..e293bc872ce 100644
--- a/Lib/test/test_tools/test_pindent.py
+++ b/Lib/test/test_tools/test_pindent.py
@@ -6,7 +6,7 @@ import unittest
import subprocess
import textwrap
from test import support
-from test.script_helper import assert_python_ok
+from test.support.script_helper import assert_python_ok
from test.test_tools import scriptsdir, skip_if_missing