summaryrefslogtreecommitdiff
path: root/test/input/func_w0312.py
blob: 06a811023339f21c6e4079f9015fc4f53a7a3061 (plain)
1
2
3
4
5
6
7
8
9
10
11
"""test mixed tabs and spaces"""

__revision__ = 1

def spaces_func():
    """yo"""
    print "yo"

def tab_func():
	"""yo"""
	print "yo"