|
@@ -1,4 +1,4 @@
|
|
|
-#!/bin/sh
|
|
|
|
|
|
|
+#!/usr/bin/env python
|
|
|
|
|
|
|
|
## repo default configuration
|
|
## repo default configuration
|
|
|
##
|
|
##
|
|
@@ -19,14 +19,6 @@ REPO_REV='stable'
|
|
|
# See the License for the specific language governing permissions and
|
|
# See the License for the specific language governing permissions and
|
|
|
# limitations under the License.
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
-magic='--calling-python-from-/bin/sh--'
|
|
|
|
|
-"""exec" python -E "$0" "$@" """#$magic"
|
|
|
|
|
-if __name__ == '__main__':
|
|
|
|
|
- import sys
|
|
|
|
|
- if sys.argv[-1] == '#%s' % magic:
|
|
|
|
|
- del sys.argv[-1]
|
|
|
|
|
-del magic
|
|
|
|
|
-
|
|
|
|
|
# increment this whenever we make important changes to this script
|
|
# increment this whenever we make important changes to this script
|
|
|
VERSION = (1, 19)
|
|
VERSION = (1, 19)
|
|
|
|
|
|