Issue #22173: Update lib2to3 tests to use unittest test discovery.

This commit is contained in:
Zachary Ware 2014-10-29 12:24:59 -05:00
parent b7354a65ce
commit 2acbae8016
7 changed files with 19 additions and 38 deletions

View file

@ -2,7 +2,7 @@
Main program for 2to3.
"""
from __future__ import with_statement
from __future__ import with_statement, print_function
import sys
import os