aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Jie Luo <anandolee@gmail.com>2015-05-13 15:24:42 -0700
committerGravatar Jie Luo <anandolee@gmail.com>2015-05-13 15:24:42 -0700
commit2d9b1c592ff7319ee9d6520c9df4838087522e05 (patch)
tree6eec7e633840b5b60cc85e20f6365df0702e6911 /examples
parent8a888922a9ac181a3fb47d00d497cde85ec4987a (diff)
parent38da6583b1416a7c1594bffec3cdbb8856a72353 (diff)
Merge pull request #382 from jtattermusch/integrate_from_master
Integrate changes from latest master branch into csharp branch.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/add_person.py2
-rwxr-xr-xexamples/list_people.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/add_person.py b/examples/add_person.py
index 78e56966..5a7b968e 100755
--- a/examples/add_person.py
+++ b/examples/add_person.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
# See README.txt for information and build instructions.
diff --git a/examples/list_people.py b/examples/list_people.py
index f9f36b96..d470349a 100755
--- a/examples/list_people.py
+++ b/examples/list_people.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
# See README.txt for information and build instructions.