aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/symbol_database_test.py
diff options
context:
space:
mode:
authorGravatar Tamir Duberstein <tamird@gmail.com>2015-04-11 20:23:45 -0700
committerGravatar Tamir Duberstein <tamird@gmail.com>2015-05-06 17:02:57 -0400
commit9d9d0b70de43e4c397bbd583a6712d3f4cdf7043 (patch)
tree544333377f0867c3065ef0c81b9d819b0bfbaa3c /python/google/protobuf/internal/symbol_database_test.py
parent1f34eb6e7a5de43b98360a56dcd86310a7ed3de9 (diff)
Don't hard-code the python path
Diffstat (limited to 'python/google/protobuf/internal/symbol_database_test.py')
-rw-r--r--python/google/protobuf/internal/symbol_database_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/google/protobuf/internal/symbol_database_test.py b/python/google/protobuf/internal/symbol_database_test.py
index a58cb1a4..c888aff7 100644
--- a/python/google/protobuf/internal/symbol_database_test.py
+++ b/python/google/protobuf/internal/symbol_database_test.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.