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 --- fdo_scripts/profile_cycler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fdo_scripts/profile_cycler.py') diff --git a/fdo_scripts/profile_cycler.py b/fdo_scripts/profile_cycler.py index 7715612f..176f2d4a 100755 --- a/fdo_scripts/profile_cycler.py +++ b/fdo_scripts/profile_cycler.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Copyright 2011 Google Inc. All Rights Reserved. """Script to profile a page cycler, and get it back to the host.""" -- cgit v1.2.3