Commit c2ed8872 authored by thakis@chromium.org's avatar thakis@chromium.org

Use `/usr/bin/env python` instead of `/usr/bin/python2.6`.

Useful on machines that don't have 2.6 but do have 2.7.

BUG=none
TEST=none


Review URL: http://codereview.chromium.org/8825016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113334 0039d316-1c4b-4281-b951-d872f2087c98
parent b7d0ec36
#!/usr/bin/python2.6
#!/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
......
#!/usr/bin/env python2.6
#!/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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment