micropython

Change of tests/logical.py

130:8ee002746854
tests/logical.py
     1.1 --- a/tests/logical.py	Sat Aug 23 02:41:55 2008 +0200
     1.2 +++ b/tests/logical.py	Sat Aug 23 21:57:29 2008 +0200
     1.3 @@ -4,6 +4,5 @@
     1.4  b = 0
     1.5  c = a and b
     1.6  d = a or b
     1.7 -e = a and b or not a and not b
     1.8  
     1.9  # vim: tabstop=4 expandtab shiftwidth=4