From: Andrew Gerrand Date: Thu, 21 Oct 2010 04:41:51 +0000 (+1100) Subject: misc: update python scripts to specify python2 or nothing X-Git-Tag: weekly.2010-10-27~59 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f16b6b14d86e53457ea5752e88c19979139208f9;p=gostls13.git 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 --- diff --git a/lib/codereview/codereview.py b/lib/codereview/codereview.py index cc98b90d6e..73c47d9993 100644 --- a/lib/codereview/codereview.py +++ b/lib/codereview/codereview.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # Copyright 2007-2009 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/misc/dashboard/googlecode_upload.py b/misc/dashboard/googlecode_upload.py old mode 100644 new mode 100755 index d2d5f974ce..3b1d432fff --- a/misc/dashboard/googlecode_upload.py +++ b/misc/dashboard/googlecode_upload.py @@ -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)