Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d0ad11f6b4b0c617b5b57f0dbc97a2a173f6309b
/
.
/
Lib
/
test
/
test_future4.py
blob: 413dd4d96b0367cc0572b2333359039c5ebd6266 [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
import
unittest
if
__name__
==
"__main__"
:
unittest
.
main
()