mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 10:14:50 +07:00
9 lines
588 B
Python
9 lines
588 B
Python
<warning descr="Python version 2.4 doesn't support this syntax.">from . import smth</warning>
|
|
<warning descr="Python version 2.4 doesn't support this syntax.">from .module import name1, name2</warning>
|
|
|
|
from <warning descr="Python version 3.0, 3.1, 3.2, 3.3, 3.4, 3.5 do not have module Bastion">Bastion</warning> import BastionClass
|
|
|
|
<warning descr="Python version 2.4 doesn't support this syntax.">from . import exceptions</warning>
|
|
|
|
from <warning descr="Python version 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5 do not have module email.Utils">email.Utils</warning> import formatdate
|