summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 56092990..85c29417 100755
--- a/main.py
+++ b/main.py
@@ -15,7 +15,7 @@
15# limitations under the License. 15# limitations under the License.
16 16
17magic='--calling-python-from-/bin/sh--' 17magic='--calling-python-from-/bin/sh--'
18"""exec" python2.4 -E "$0" "$@" """#$magic" 18"""exec" python -E "$0" "$@" """#$magic"
19if __name__ == '__main__': 19if __name__ == '__main__':
20 import sys 20 import sys
21 if sys.argv[-1] == '#%s' % magic: 21 if sys.argv[-1] == '#%s' % magic: