fixed failed tests. (builtins module in compatibility inspection)

This commit is contained in:
Ekaterina Tuzova
2011-02-28 12:10:06 +03:00
parent 92ef590519
commit 8925932fcf
4 changed files with 35 additions and 4 deletions
@@ -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>