summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_peepholer.py
diff options
context:
space:
mode:
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>2019-09-12 09:02:59 (GMT)
committerStéphane Wirtel <stephane@wirtel.be>2019-09-12 09:02:59 (GMT)
commit92777d5e5aed1753bafe07265dbe98b2d271815b (patch)
treea609553e4f137751da0e2624372e9b96e4f79d4e /Lib/test/test_peepholer.py
parenta06d683d7fd88721eaf59abcf5b02eb82045c7b1 (diff)
downloadcpython-92777d5e5aed1753bafe07265dbe98b2d271815b.zip
cpython-92777d5e5aed1753bafe07265dbe98b2d271815b.tar.gz
cpython-92777d5e5aed1753bafe07265dbe98b2d271815b.tar.bz2
bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168)
Rename and document test.bytecode_helper as test.support.bytecode_helper
Diffstat (limited to 'Lib/test/test_peepholer.py')
-rw-r--r--Lib/test/test_peepholer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_peepholer.py b/Lib/test/test_peepholer.py
index c90a532..47dee33 100644
--- a/Lib/test/test_peepholer.py
+++ b/Lib/test/test_peepholer.py
@@ -1,7 +1,7 @@
import dis
import unittest
-from test.bytecode_helper import BytecodeTestCase
+from test.support.bytecode_helper import BytecodeTestCase
def count_instr_recursively(f, opname):