commit | 2ee25abb6c2fbb88e06ffb2b6cd58647037114fd | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Mon Jan 09 19:50:29 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 09 19:50:29 2017 +0000 |
tree | e0bc54ce312341fb29f3db58644de9270e7e9ff5 | |
parent | 947905ca1792db11642ab1c611606888e7420f27 [diff] | |
parent | a8d0d4ef395cffd4efa33adfdb11aa65d2db0afd [diff] |
hikey: Use python from env am: 6b878db1a0 am: 3316485ac4 am: a8d0d4ef39 Change-Id: Ie463c6baf47c9686f10ad7850e95e4bd975789a5
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