diff options
-rwxr-xr-x | main.py | 2 | ||||
-rwxr-xr-x | repo | 4 |
2 files changed, 3 insertions, 3 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: |
@@ -20,7 +20,7 @@ REPO_REV='stable' | |||
20 | # limitations under the License. | 20 | # limitations under the License. |
21 | 21 | ||
22 | magic='--calling-python-from-/bin/sh--' | 22 | magic='--calling-python-from-/bin/sh--' |
23 | """exec" python2.4 -E "$0" "$@" """#$magic" | 23 | """exec" python -E "$0" "$@" """#$magic" |
24 | if __name__ == '__main__': | 24 | if __name__ == '__main__': |
25 | import sys | 25 | import sys |
26 | if sys.argv[-1] == '#%s' % magic: | 26 | if sys.argv[-1] == '#%s' % magic: |
@@ -28,7 +28,7 @@ if __name__ == '__main__': | |||
28 | del magic | 28 | del magic |
29 | 29 | ||
30 | # increment this whenever we make important changes to this script | 30 | # increment this whenever we make important changes to this script |
31 | VERSION = (1, 4) | 31 | VERSION = (1, 5) |
32 | 32 | ||
33 | # increment this if the MAINTAINER_KEYS block is modified | 33 | # increment this if the MAINTAINER_KEYS block is modified |
34 | KEYRING_VERSION = (1,0) | 34 | KEYRING_VERSION = (1,0) |