third_party.pylibs.pylint.src/tests/regrtest_data/module_global.py

8 lines
137 B
Python
Raw Normal View History

# pylint: disable=W0603,W0601,W0604,E0602,W0104
2006-04-26 10:48:09 +00:00
"""was causing infinite recursion
"""
__revision__ = 1
global GLOBAL_VAR
GLOBAL_VAR.foo