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:
parent
99817b8de9
commit
964652f8ff
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 ARM Limited
|
# Copyright (c) 2016 ARM Limited
|
||||||
# All rights reserved
|
# All rights reserved
|
||||||
|
|
Loading…
Reference in a new issue