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

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