Sign in
android
/
platform
/
external
/
python
/
pylint
/
612950b6eae36a543f4645d743f5fd02839c9788
/
.
/
tests
/
functional
/
m
/
misplaced_future.py
blob: b4317d96f46a71f016ea6e176eeb681cf7f52e61 [
file
] [
log
] [
blame
]
"""Test that __future__ is not the first statement after the docstring."""
import
collections
from
__future__
import
print_function
# [misplaced-future]
from
__future__
import
with_statement
DATA
=
collections