Remove shebangs on files not run by the command line
By: Piotr Ożarowski <piotr@debian.org>
Index: gdata-2.0.13/src/atom/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/atom/__init__.py	2010-07-08 20:32:46.000000000 +0200
+++ gdata-2.0.13/src/atom/__init__.py	2010-12-29 10:31:57.870095902 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #
Index: gdata-2.0.13/src/atom/service.py
===================================================================
--- gdata-2.0.13.orig/src/atom/service.py	2010-07-08 20:32:46.000000000 +0200
+++ gdata-2.0.13/src/atom/service.py	2010-12-29 10:31:57.874095902 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006, 2007, 2008 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/apps/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/apps/__init__.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/apps/__init__.py	2010-12-29 10:31:57.878095902 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2007 SIOS Technology, Inc.
 #
Index: gdata-2.0.13/src/gdata/apps/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/apps/service.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/apps/service.py	2010-12-29 10:31:57.882095902 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2007 SIOS Technology, Inc.
 #
Index: gdata-2.0.13/src/gdata/calendar/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/calendar/__init__.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/calendar/__init__.py	2010-12-29 10:31:57.930095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/calendar/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/calendar/service.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/calendar/service.py	2010-12-29 10:31:57.938095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/docs/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/docs/__init__.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/docs/__init__.py	2010-12-29 10:31:57.938095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2009 Google Inc. All Rights Reserved.
 #
Index: gdata-2.0.13/src/gdata/docs/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/docs/service.py	2010-11-04 22:23:31.000000000 +0100
+++ gdata-2.0.13/src/gdata/docs/service.py	2010-12-29 10:31:57.942095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2009 Google Inc. All Rights Reserved.
 #
Index: gdata-2.0.13/src/gdata/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/__init__.py	2010-07-08 20:32:46.000000000 +0200
+++ gdata-2.0.13/src/gdata/__init__.py	2010-12-29 10:31:57.946095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/service.py	2010-08-26 01:31:19.000000000 +0200
+++ gdata-2.0.13/src/gdata/service.py	2010-12-29 10:31:57.954095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006,2008 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/spreadsheet/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/spreadsheet/__init__.py	2010-07-08 20:32:48.000000000 +0200
+++ gdata-2.0.13/src/gdata/spreadsheet/__init__.py	2010-12-29 10:31:57.958095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2007 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/spreadsheet/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/spreadsheet/service.py	2010-07-12 22:49:16.000000000 +0200
+++ gdata-2.0.13/src/gdata/spreadsheet/service.py	2010-12-29 10:31:58.030095901 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2007 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/test_data.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/test_data.py	2010-11-16 22:45:26.000000000 +0100
+++ gdata-2.0.13/src/gdata/test_data.py	2010-12-29 10:31:58.058095901 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #
