summaryrefslogtreecommitdiff
path: root/tests/regrtest_data/module_global.py
blob: 107d6528992bc9cdb5b2edfd7dfcc0e120255279 (plain)
1
2
3
4
5
6
7
# pylint: disable=W0603,W0601,W0604,E0602,W0104
"""was causing infinite recursion
"""
__revision__ = 1

global GLOBAL_VAR
GLOBAL_VAR.foo