diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ | |||
15 | # limitations under the License. | 15 | # limitations under the License. |
16 | 16 | ||
17 | magic='--calling-python-from-/bin/sh--' | 17 | magic='--calling-python-from-/bin/sh--' |
18 | """exec" python2.4 -E "$0" "$@" """#$magic" | 18 | """exec" python -E "$0" "$@" """#$magic" |
19 | if __name__ == '__main__': | 19 | if __name__ == '__main__': |
20 | import sys | 20 | import sys |
21 | if sys.argv[-1] == '#%s' % magic: | 21 | if sys.argv[-1] == '#%s' % magic: |