Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
f2fa87b02daa69211c72224898cf8119e7f1d114
/
.
/
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
()