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