summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 05:24:22 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 05:24:22 +0000
commit5751fe1403e6acfe1c35bf5ade3aca3c0907d2d5 (patch)
treeed4831df331ba942d7ffcca9ec048af0c91d0bb2
parent52568fb370d7841546704328faf142a03b18637a (diff)
downloadchromium_src-5751fe1403e6acfe1c35bf5ade3aca3c0907d2d5.zip
chromium_src-5751fe1403e6acfe1c35bf5ade3aca3c0907d2d5.tar.gz
chromium_src-5751fe1403e6acfe1c35bf5ade3aca3c0907d2d5.tar.bz2
[check_perm] Fix !shebang issues in tools/deep_memory_profiler/dmprof.py
R=thestig@chromium.org,nona@chromium.org TEST=green linux check_perms bot Review URL: https://codereview.chromium.org/11411115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168988 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xtools/deep_memory_profiler/dmprof.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/deep_memory_profiler/dmprof.py b/tools/deep_memory_profiler/dmprof.py
index 7c14b80..57b36ad 100755
--- a/tools/deep_memory_profiler/dmprof.py
+++ b/tools/deep_memory_profiler/dmprof.py
@@ -1,3 +1,4 @@
+#!/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.