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

12 lines
138 B
Python

"""test mixed tabs and spaces"""
__revision__ = 1
def spaces_func():
"""yo"""
print "yo"
def tab_func():
"""yo"""
print "yo"