From 11847ae54131569c5380d77f08f839f6142a6083 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 Oct 2019 11:44:10 -0400 Subject: set shebangs to python2 These scripts aren't ported to python3, so set the shebang to python2. BUG=chromium:1011676 TEST=CQ passes Change-Id: I192b50bc8b4d682fd562c75b479b68bffa9eab61 Reviewed-on: https://chromium-review.googlesource.com/1843911 Tested-by: Mike Frysinger Commit-Ready: ChromeOS CL Exonerator Bot Legacy-Commit-Queue: Commit Bot Reviewed-by: George Burgess --- mem_tests/total_mem_actual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mem_tests/total_mem_actual.py') diff --git a/mem_tests/total_mem_actual.py b/mem_tests/total_mem_actual.py index 2d53bebe..d2a0cedf 100755 --- a/mem_tests/total_mem_actual.py +++ b/mem_tests/total_mem_actual.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#!/usr/bin/python2 """Parses the actual memory usage from TCMalloc. This goes through logs that have the actual allocated memory (not sampled) in -- cgit v1.2.3