summaryrefslogtreecommitdiff
path: root/test/try_execfile.py
blob: 523823e46033bc568651984f74dc470f7fddc8b8 (plain)
1
2
3
4
5
globals_to_check = {
    '__name__': __name__,
    '__file__': __file__,
}
print repr(globals_to_check)