File: python2.4_shebangs.patch

package info (click to toggle)
python-gdata 2.0.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 17,816 kB
  • ctags: 29,744
  • sloc: python: 50,599; ansic: 150; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
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.
 #