third_party.pylibs.pylint.src/test/input/func_e0601.py
2009-11-25 08:25:52 +01:00

10 lines
129 B
Python

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