diff options
author | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-21 09:17:34 +0000 |
---|---|---|
committer | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-21 09:17:34 +0000 |
commit | 75aae603015251a5e8fef096c925a69c88ad92c3 (patch) | |
tree | fe29cbe565b7e2e1794c44874c947bc26ca34d92 /tools/deep_memory_profiler | |
parent | b8aecea54ec7add6d8c979e166e2c094c3289d7f (diff) | |
download | chromium_src-75aae603015251a5e8fef096c925a69c88ad92c3.zip chromium_src-75aae603015251a5e8fef096c925a69c88ad92c3.tar.gz chromium_src-75aae603015251a5e8fef096c925a69c88ad92c3.tar.bz2 |
Remove the shebang and executable bit from tools/deep_memory_profiler/dmprof.py.
BUG=none
NOTRY=true
Review URL: https://codereview.chromium.org/11413112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/deep_memory_profiler')
-rw-r--r--[-rwxr-xr-x] | tools/deep_memory_profiler/dmprof.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/deep_memory_profiler/dmprof.py b/tools/deep_memory_profiler/dmprof.py index 57b36ad..7c14b80 100755..100644 --- a/tools/deep_memory_profiler/dmprof.py +++ b/tools/deep_memory_profiler/dmprof.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2012 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. |