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