mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-5732 code compat false positive, python version does not have email.Utils
problem in lower case fixed with patch
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -3,4 +3,6 @@
|
||||
|
||||
from <warning descr="Python version 3.0, 3.1 do not have module Bastion">Bastion</warning> import BastionClass
|
||||
|
||||
<warning descr="Python version 2.4 doesn't support this syntax.">from . import exceptions</warning>
|
||||
<warning descr="Python version 2.4 doesn't support this syntax.">from . import exceptions</warning>
|
||||
|
||||
from email.Utils import formatdate
|
||||
Reference in New Issue
Block a user