Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ae0d2a33ec05aece939a959d36fcf1df1e210a08
/
.
/
Lib
/
test
/
test_lib2to3.py
blob: 159a8387e4e97d408e537bd106c4192a41b4527b [
file
] [
log
] [
blame
]
import
unittest
from
test
.
support
.
warnings_helper
import
check_warnings
with
check_warnings
((
""
,
PendingDeprecationWarning
)):
from
lib2to3
.
tests
import
load_tests
if
__name__
==
'__main__'
:
unittest
.
main
()