summaryrefslogtreecommitdiff
path: root/test/input/func_w0703.py
blob: 4040540b5ccca91ba08cc098e7f61fa813fa840b (plain)
1
2
3
4
5
6
7
8
9
"""check empty except statement
"""

__revision__ = 0

try:
    __revision__ += 1
except Exception:
    print 'error'