Descriptions: Remove use of python2.4 shebangs
Author: Dmitry Shachnev <mitya57@gmail.com>
Forwarded: no
Last-Update: 2012-11-26

=== modified file 'samples/apps/marketplace_sample/gdata/apps/multidomain/client.py'
--- a/samples/apps/marketplace_sample/gdata/apps/multidomain/client.py	2012-05-07 13:26:46 +0000
+++ b/samples/apps/marketplace_sample/gdata/apps/multidomain/client.py	2012-11-26 16:01:20 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # Copyright 2011 Google Inc. All Rights Reserved.
 #

=== modified file 'samples/apps/marketplace_sample/gdata/apps/multidomain/data.py'
--- a/samples/apps/marketplace_sample/gdata/apps/multidomain/data.py	2012-05-07 13:26:46 +0000
+++ b/samples/apps/marketplace_sample/gdata/apps/multidomain/data.py	2012-11-26 16:01:32 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # Copyright 2011 Google Inc. All Rights Reserved.
 #

=== modified file 'samples/apps/migration_example.py'
--- a/samples/apps/migration_example.py	2012-03-09 12:29:18 +0000
+++ b/samples/apps/migration_example.py	2012-11-26 16:01:52 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # Copyright 2011 Google Inc. All Rights Reserved.
 #

