third_party.pylibs.pylint.src/test/input/func_i0013.py
Sylvain Thénault 9475399a98 see changelog
2006-12-05 10:29:06 +01:00

9 lines
139 B
Python

# pylint: disable-all
"""disable-all is usable as an inline option"""
# no warning should be issued
try:
import this
except:
pass