third_party.pylibs.pylint.src/test/input/func_nonregr___file___global.py
Sylvain Thénault 9917db3dc3 fix test
2010-03-22 19:47:39 +01:00

9 lines
145 B
Python

"""test no crash on __file__ global"""
def func():
"""override __file__"""
global __file__
__file__ = 'hop'
__revision__ = 'pouet'