third_party.pylibs.pylint.src/pylint/test/input/func_w0703.py
2015-02-14 18:13:20 +02:00

10 lines
156 B
Python

"""check empty except statement
"""
from __future__ import print_function
__revision__ = 0
try:
__revision__ += 1
except Exception:
print('error')