mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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
This commit is contained in:
parent
a06d683d7f
commit
92777d5e5a
5 changed files with 36 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Minimal tests for dis module
|
||||
|
||||
from test.support import captured_stdout
|
||||
from test.bytecode_helper import BytecodeTestCase
|
||||
from test.support.bytecode_helper import BytecodeTestCase
|
||||
import unittest
|
||||
import sys
|
||||
import dis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue