mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 17:45:48 +07:00
7 lines
225 B
Python
7 lines
225 B
Python
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> |