summaryrefslogtreecommitdiff
path: root/tests/regrtest_data/fail_under_plus6.py
blob: 640088a3d3bf635fddc3799757b9915d2dbc9bec (plain)
1
2
3
4
5
6
7
8
""""
    pylint score:  +6
"""

import os

path = '/tmp'
os.path.exists(path)