diff --git a/lib/codereview/codereview.py b/lib/codereview/codereview.py index cc98b90d6e7..73c47d9993b 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 d2d5f974ced..3b1d432ffff --- 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)