diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-09-26 08:38:01 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-09-26 08:38:01 (GMT) |
| commit | 3844fe5ed8da2755c1036deda8d7a8387170b72b (patch) | |
| tree | 715dd9a04e024f02b34ae7350ac0a706e4d3ace7 /Lib/test/libregrtest/__init__.py | |
| parent | c22eee6b5917568933bbfec2be1069a4340efd84 (diff) | |
| download | cpython-3844fe5ed8da2755c1036deda8d7a8387170b72b.zip cpython-3844fe5ed8da2755c1036deda8d7a8387170b72b.tar.gz cpython-3844fe5ed8da2755c1036deda8d7a8387170b72b.tar.bz2 | |
Issue #25220: Move most regrtest.py code to libregrtest
Diffstat (limited to 'Lib/test/libregrtest/__init__.py')
| -rw-r--r-- | Lib/test/libregrtest/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/libregrtest/__init__.py b/Lib/test/libregrtest/__init__.py index 554aeed..a882ed2 100644 --- a/Lib/test/libregrtest/__init__.py +++ b/Lib/test/libregrtest/__init__.py @@ -1 +1,2 @@ from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES +from test.libregrtest.main import main_in_temp_cwd |
