micropython

Change of tests/ambiguous_names.py

43:7adb33e8b1d1
tests/ambiguous_names.py
     1.1 --- a/tests/ambiguous_names.py	Fri Feb 15 23:50:15 2008 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,8 +0,0 @@
     1.4 -#!/usr/bin/env python
     1.5 -
     1.6 -def g(x):
     1.7 -    b = 3
     1.8 -    global b
     1.9 -    b = 4
    1.10 -
    1.11 -# vim: tabstop=4 expandtab shiftwidth=4