diff options
Diffstat (limited to 'chrome/test/functional/omniboxmodel.py')
-rwxr-xr-x[-rw-r--r--] | chrome/test/functional/omniboxmodel.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/test/functional/omniboxmodel.py b/chrome/test/functional/omniboxmodel.py index 91326b0..3c4a741 100644..100755 --- a/chrome/test/functional/omniboxmodel.py +++ b/chrome/test/functional/omniboxmodel.py @@ -1,5 +1,5 @@ -#!/usr/bin/python -# Copyright (c) 2010 The Chromium Authors. All rights reserved. +#!/usr/bin/env python +# 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. @@ -132,4 +132,3 @@ class OmniboxModelTest(autotour.Godel, PyUITest): if __name__ == '__main__': pyauto_functional.Main() - |