third_party.pylibs.pylint.src/test/input/func_e0601.py
root 4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00

10 lines
128 B
Python

"""test local variable used before assigment
"""
__revision__ = 0
def function():
"""dummy"""
print aaaa
aaaa = 1