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