From 9d9d0b70de43e4c397bbd583a6712d3f4cdf7043 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sat, 11 Apr 2015 20:23:45 -0700 Subject: Don't hard-code the python path --- python/google/protobuf/internal/symbol_database_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/google/protobuf/internal/symbol_database_test.py') 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. -- cgit v1.2.3