| Index: tools/site_compare/commands/measure.py
|
| diff --git a/tools/site_compare/commands/measure.py b/tools/site_compare/commands/measure.py
|
| index 086fcbe3122a4f8a27b409aec2cf2ac7480c5c68..2bd71f560344dc06c58d0551a79540c3157a5bd1 100644
|
| --- a/tools/site_compare/commands/measure.py
|
| +++ b/tools/site_compare/commands/measure.py
|
| @@ -1,5 +1,4 @@
|
| -#!/usr/bin/python2.4
|
| -# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -51,4 +50,3 @@ def ExecuteMeasure(command):
|
|
|
| # Close the log file and return. We're done.
|
| log_file.close()
|
| -
|
|
|