xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
badsyntax_future10.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from
__future__
import
absolute_import
2
"spam, bar, blah"
3
from
__future__
import
print_function
4