mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
11 lines
270 B
Python
11 lines
270 B
Python
"""This is a docstring."""
|
|
|
|
from __future__ import print_function
|
|
#comment
|
|
from __future__ import absolute_import
|
|
|
|
class A:
|
|
pass
|
|
|
|
<warning descr="from __future__ imports must occur at the beginning of the file"><caret>from __future__ import with_statement</warning>
|