commit | a8d0d4ef395cffd4efa33adfdb11aa65d2db0afd | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Mon Jan 09 19:45:59 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 09 19:45:59 2017 +0000 |
tree | e0bc54ce312341fb29f3db58644de9270e7e9ff5 | |
parent | 4168684b1c43596353b44ffea4a2d31ba80d19a6 [diff] | |
parent | 3316485ac41c49ca206003cd970b4127af4085d2 [diff] |
hikey: Use python from env am: 6b878db1a0 am: 3316485ac4 Change-Id: Idfea439e2f4a0a33ccb401c30e0ae0ff2ba4fac9
diff --git a/installer/hisi-idt.py b/installer/hisi-idt.py index 832f81c..db66ef8 100644 --- a/installer/hisi-idt.py +++ b/installer/hisi-idt.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python #-*- coding: utf-8 -*- import os
diff --git a/uefi-tools/parse-platforms.py b/uefi-tools/parse-platforms.py index af44038..5aa4283 100755 --- a/uefi-tools/parse-platforms.py +++ b/uefi-tools/parse-platforms.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import sys, os, argparse, ConfigParser