Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
8dc226fccd2183670ac19a85b89941f5b05167dc
/
.
/
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
()