Don't hard-code the python path

pull/281/head
Tamir Duberstein 10 years ago
parent 1f34eb6e7a
commit 9d9d0b70de
  1. 2
      examples/add_person.py
  2. 2
      examples/list_people.py
  3. 2
      python/google/protobuf/internal/_parameterized.py
  4. 2
      python/google/protobuf/internal/descriptor_database_test.py
  5. 2
      python/google/protobuf/internal/descriptor_pool_test.py
  6. 2
      python/google/protobuf/internal/descriptor_test.py
  7. 2
      python/google/protobuf/internal/generator_test.py
  8. 2
      python/google/protobuf/internal/message_factory_test.py
  9. 2
      python/google/protobuf/internal/message_test.py
  10. 2
      python/google/protobuf/internal/proto_builder_test.py
  11. 2
      python/google/protobuf/internal/reflection_test.py
  12. 2
      python/google/protobuf/internal/service_reflection_test.py
  13. 2
      python/google/protobuf/internal/symbol_database_test.py
  14. 2
      python/google/protobuf/internal/text_encoding_test.py
  15. 2
      python/google/protobuf/internal/text_format_test.py
  16. 2
      python/google/protobuf/internal/unknown_fields_test.py
  17. 2
      python/google/protobuf/internal/wire_format_test.py
  18. 2
      python/setup.py
  19. 2
      src/google/protobuf/arena_nc_test.py

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python
# See README.txt for information and build instructions.

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python
# See README.txt for information and build instructions.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Protocol Buffers - Google's data interchange format

@ -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.

@ -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.

@ -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.

@ -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.

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Protocol Buffers - Google's data interchange format

@ -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.

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python
#
# See README for usage instructions.
import sys

@ -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.

Loading…
Cancel
Save