summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_i0013.py
blob: 0a3f83367445b2936501f77c1f40890fe0c13ea6 (plain)
1
2
3
4
5
6
7
8
# pylint: skip-file
"""disable-all is usable as an inline option"""

# no warning should be issued
try:
    import this
except:
    pass