1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
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.
#
|