| Index: tools/site_compare/utils/browser_iterate.py
|
| diff --git a/tools/site_compare/utils/browser_iterate.py b/tools/site_compare/utils/browser_iterate.py
|
| index 6ea4e5f6d39b1a14e2930a19336e69092c81861e..596b475cdcbde6111cb3c2587757f34df0e456f0 100644
|
| --- a/tools/site_compare/utils/browser_iterate.py
|
| +++ b/tools/site_compare/utils/browser_iterate.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.
|
|
|
| @@ -198,4 +197,3 @@ def Iterate(command, iteration_func):
|
|
|
| # We're done
|
| DetachFromBrowser()
|
| -
|
|
|