blob: f8e7081e9122cc7858f00b2d8156431e8fca5191 [file] [log] [blame]
from __future__ import print_function
from __future__ import absolute_import
class A:
pass
<warning descr="from __future__ imports must occur at the beginning of the file">from __future__ import with_statement</warning>