Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6a654814ea3f3a918935762ffdcd33ae98e00278
/
.
/
Lib
/
test
/
test_future4.py
blob: 8ada489acb7e5e840edecccf992746a61ce65053 [
file
] [
log
] [
blame
]
Christian Heimes
b1b3efc
2008-03-26 23:24:27 +0000
[
diff
] [
blame
]
1
from
__future__
import
unicode_literals
2
3
import
unittest
4
from
test
import
test_support
5
6
def
test_main
():
7
pass
8
9
if
__name__
==
"__main__"
:
10
test_main
()