1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:44:39 -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:
Andrew Gerrand 2010-10-21 15:41:51 +11:00
parent b3601a5c5b
commit f16b6b14d8
2 changed files with 1 additions and 3 deletions

View File

@ -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
View 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)