Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / lib / pylint / test / input / func_i0014.py @ 745

History | View | Annotate | Download (139 Bytes)

1
# pylint: disable-all
2
"""disable-all is usable as an inline option"""
3

    
4
# no warning should be issued
5
try:
6
    import this
7
except:
8
    pass