summaryrefslogtreecommitdiffstats
path: root/tools/idl_parser
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 17:03:48 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 17:03:48 +0000
commitcffee7f5755bd36fbbdba9f0183ea930d4911126 (patch)
treea7fc3299fa345e55941250ec7568fbbb8c765bc4 /tools/idl_parser
parent702b800e440edc85f81bbc69f1a03e854364d696 (diff)
downloadchromium_src-cffee7f5755bd36fbbdba9f0183ea930d4911126.zip
chromium_src-cffee7f5755bd36fbbdba9f0183ea930d4911126.tar.gz
chromium_src-cffee7f5755bd36fbbdba9f0183ea930d4911126.tar.bz2
Add shebang so check_perms test doesn't fail
BUG=none TBR=noelallen Review URL: https://codereview.chromium.org/14103009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/idl_parser')
-rwxr-xr-xtools/idl_parser/idl_lexer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idl_parser/idl_lexer.py b/tools/idl_parser/idl_lexer.py
index a38b97e..9a07ac6 100755
--- a/tools/idl_parser/idl_lexer.py
+++ b/tools/idl_parser/idl_lexer.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# Copyright (c) 2013 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.