You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wi...@apache.org on 2014/10/15 22:49:47 UTC

git commit: Use python2.7 for thrift_wrapper_codegen.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 312d9def5 -> 0ee44a533


Use python2.7 for thrift_wrapper_codegen.

Reviewed at https://reviews.apache.org/r/26764/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/0ee44a53
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/0ee44a53
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/0ee44a53

Branch: refs/heads/master
Commit: 0ee44a533e1b2541665b546ee493e4cc2388cdbf
Parents: 312d9de
Author: Brian Wickman <wi...@apache.org>
Authored: Wed Oct 15 13:49:47 2014 -0700
Committer: Brian Wickman <wi...@apache.org>
Committed: Wed Oct 15 13:49:47 2014 -0700

----------------------------------------------------------------------
 src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/0ee44a53/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
----------------------------------------------------------------------
diff --git a/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py b/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
index c0b109f..d6bb5a1 100644
--- a/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
+++ b/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.7
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.