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

10 lines
118 B
Python

"""check empty except statement
"""
__revision__ = 0
try:
__revision__ += 1
except Exception:
print 'error'