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