This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
849482955f
cpython
/
Lib
/
test
/
script_helper.py
2 lines
41 B
Python
Raw
Normal View
History
Unescape
Escape
bpo-30207: Rename test.test_support to test.support. (#1353) To simplify backports from Python 3, the test.test_support module was converted into a package and renamed to test.support. The test.script_helper module was moved into the test.support package. Names test.test_support and test.script_helper are left as aliases to test.support and test.support.script_helper.
2017-04-30 05:36:58 -03:00
from
test
.
support
.
script_helper
import
*