diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 19:12:56 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 19:12:56 +0000 |
commit | 6854f128461c5e94e90e12183ab91c4cc4a8724b (patch) | |
tree | 75e00665248108f2ee9303c681c0e6b36a755a68 /tools/grit | |
parent | 26e759a7b64ed969c4912f1ffb32394a4afb13d7 (diff) | |
download | chromium_src-6854f128461c5e94e90e12183ab91c4cc4a8724b.zip chromium_src-6854f128461c5e94e90e12183ab91c4cc4a8724b.tar.gz chromium_src-6854f128461c5e94e90e12183ab91c4cc4a8724b.tar.bz2 |
Remove version number from Python shebang.
On special request from someone trying to purge python2.2 from code indexed
internally at Google.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/grit')
-rw-r--r-- | tools/grit/grit/extern/FP.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/grit/grit/extern/FP.py b/tools/grit/grit/extern/FP.py index a58c0a3..782a473 100644 --- a/tools/grit/grit/extern/FP.py +++ b/tools/grit/grit/extern/FP.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.2 +#!/usr/bin/python # Copyright (c) 2006-2008 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. |