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:
Ekaterina Tuzova
2012-03-12 17:26:17 +04:00
parent d853291247
commit 0d8205ae95
2 changed files with 4 additions and 2 deletions
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