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 / astroid / tests / testdata / python2 / data / lmfp / foo.py @ 745

History | View | Annotate | Download (170 Bytes)

1
import sys
2
if not getattr(sys, 'bar', None):
3
    sys.just_once = []
4
# there used to be two numbers here because
5
# of a load_module_from_path bug
6
sys.just_once.append(42)