Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f3923cf9fd8f5cce3f0fa40e96fa9e9ebb78d73f
/
.
/
Lib
/
test
/
test_future4.py
blob: c32f27f6161afdeeed3c98647d3a00ee17e446fa [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
import
unittest
from
test
import
support
def
test_main
():
pass
if
__name__
==
"__main__"
:
test_main
()