switch python shebangs to python2
This codebase is heavily Python 2-specific. Switch the shebang to
point to python2 so we can change the default python to Python 3.
BUG=chromium:999876
TEST=CQ passes
Change-Id: Idd95a9a8cfc065a13a8757408b139645022f7763
Reviewed-on: https://chromium-review.googlesource.com/1778980
Tested-by: Mike Frysinger <vapier@chromium.org>
Commit-Ready: Mike Frysinger <vapier@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Fei Shao <fshao@chromium.org>
diff --git a/py/gooftool/commands.py b/py/gooftool/commands.py
index b5c604b..7e5ca86 100755
--- a/py/gooftool/commands.py
+++ b/py/gooftool/commands.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be