mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #22173: Update lib2to3 tests to use unittest test discovery.
This commit is contained in:
parent
b7354a65ce
commit
2acbae8016
7 changed files with 19 additions and 38 deletions
|
@ -2,7 +2,7 @@
|
|||
Main program for 2to3.
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
from __future__ import with_statement, print_function
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue