aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-04-11 20:23:45 -0700
committerTamir Duberstein <tamird@gmail.com>2015-05-06 17:02:57 -0400
commit9d9d0b70de43e4c397bbd583a6712d3f4cdf7043 (patch)
tree544333377f0867c3065ef0c81b9d819b0bfbaa3c /examples
parent1f34eb6e7a5de43b98360a56dcd86310a7ed3de9 (diff)
downloadprotobuf-9d9d0b70de43e4c397bbd583a6712d3f4cdf7043.tar.gz
protobuf-9d9d0b70de43e4c397bbd583a6712d3f4cdf7043.tar.bz2
protobuf-9d9d0b70de43e4c397bbd583a6712d3f4cdf7043.zip
Don't hard-code the python path
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.