mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed failed tests. (builtins module in compatibility inspection)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<warning descr="Python version 2.4, 2.5, 2.6, 2.7 do not have module builtins">import builtins</warning>
|
||||
<error descr="Python version 2.7 does not have module builtins"><warning descr="Python version 2.4, 2.5, 2.6, 2.7 do not have module builtins">import builtins</warning></error>
|
||||
|
||||
<warning descr="Python version 3.0, 3.1 do not have module __builtin__">import __builtin__</warning>
|
||||
Reference in New Issue
Block a user