xref
: /
third_party
/
python
/
Lib
/
test
/
badsyntax_future10.py
(revision 7db96d56)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/test/
1
from
__future__
import
absolute_import
2
"spam, bar, blah"
3
from
__future__
import
print_function
4