micropython

Change of tests/logical2.py

244:2f452a4c2230
tests/logical2.py
     1.1 --- a/tests/logical2.py	Sun Jun 14 01:18:05 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,7 +0,0 @@
     1.4 -#!/usr/bin/env python
     1.5 -
     1.6 -a = 1
     1.7 -b = 0
     1.8 -e = a and b or not a and not b
     1.9 -
    1.10 -# vim: tabstop=4 expandtab shiftwidth=4