Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
ad9d48d865706a76e86b8929be5f981971206657
/
.
/
Lib
/
test
/
test_future4.py
blob: 8ada489acb7e5e840edecccf992746a61ce65053 [
file
]
from
__future__
import
unicode_literals
import
unittest
from
test
import
test_support
def
test_main
():
pass
if
__name__
==
"__main__"
:
test_main
()