mirror of
https://github.com/golang/go
synced 2024-11-22 00:24:41 -07:00
misc: update python scripts to specify python2 or nothing
(Hopefully this changeset will notice my +x to googlecode_upload.py) Fixes #1217. R=rsc CC=golang-dev https://golang.org/cl/2634041
This commit is contained in:
parent
b3601a5c5b
commit
f16b6b14d8
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright 2007-2009 Google Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
2
misc/dashboard/googlecode_upload.py
Normal file → Executable file
2
misc/dashboard/googlecode_upload.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright 2006, 2007 Google Inc. All Rights Reserved.
|
||||
# Author: danderson@google.com (David Anderson)
|
||||
|
Loading…
Reference in New Issue
Block a user