1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
--- a/samples/contacts/profiles_example.py
+++ b/samples/contacts/profiles_example.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
#
# Copyright 2009 Google Inc. All Rights Reserved.
#
--- a/src/gdata/contacts/__init__.py
+++ b/src/gdata/contacts/__init__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
#
# Copyright 2009 Google Inc. All Rights Reserved.
#
--- a/src/gdata/contacts/service.py
+++ b/src/gdata/contacts/service.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
#
# Copyright 2009 Google Inc. All Rights Reserved.
#
|