util: style.py: Make style check utility work with Python 2

Python 3 is default on Arch Linux. Make this change to work
by default on Arch Linux.
This commit is contained in:
Sanchayan Maity 2017-01-24 10:40:06 +05:30
parent 99817b8de9
commit 964652f8ff
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python2
#
# Copyright (c) 2016 ARM Limited
# All rights reserved