Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
c549527ae2cc4b5934dbe80fea127fb04ff65af5
/
.
/
Lib
/
test
/
test_lib2to3.py
blob: 15c317e957bc05e612d09cb15fa5a3f6de739423 [
file
]
import
unittest
from
test
.
support
import
check_warnings
with
check_warnings
((
""
,
PendingDeprecationWarning
)):
from
lib2to3
.
tests
import
load_tests
if
__name__
==
'__main__'
:
unittest
.
main
()