Skip to content

Commit 15744b1

Browse files
committed
Replace remaining python2.4 shebang lines.
Fixes googleapis#40.
1 parent 91debf8 commit 15744b1

File tree

26 files changed

+24
-28
lines changed

26 files changed

+24
-28
lines changed

expandsymlinks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.4
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
44
# Copyright 2014 Google Inc. All Rights Reserved.

googleapiclient/errors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python2.4
2-
#
31
# Copyright 2014 Google Inc. All Rights Reserved.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

googleapiclient/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python2.4
2-
#
31
# Copyright 2014 Google Inc. All Rights Reserved.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

samples/audit/audit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.4
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
44
# Copyright 2014 Google Inc. All Rights Reserved.

samples/blogger/blogger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.4
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
44
# Copyright 2014 Google Inc. All Rights Reserved.

samples/coordinate/coordinate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.4
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
44
# Copyright 2014 Google Inc. All Rights Reserved.

samples/customsearch/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.4
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
44
# Copyright 2014 Google Inc. All Rights Reserved.

samples/prediction/prediction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.4
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
44
# Copyright 2014 Google Inc. All Rights Reserved.

samples/searchforshopping/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.4
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
44
# Copyright 2014 Google Inc. All Rights Reserved.

samples/searchforshopping/crowding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.4
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
44
# Copyright 2014 Google Inc. All Rights Reserved.

0 commit comments

Comments
 (0)