diff options
author | Gui Chen <gui.chen@intel.com> | 2011-11-04 11:22:37 +0800 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2011-11-04 11:22:37 +0800 |
commit | af12cbe86bf2b8098167caa0b557dc0b22a6fec1 (patch) | |
tree | c260d0740b7dd4374df465236ca0e8ba2256d347 /tools | |
parent | 14dfc92d9aee9430a81e5a71a26d002dbd6d5d04 (diff) | |
download | mic-af12cbe86bf2b8098167caa0b557dc0b22a6fec1.tar.gz mic-af12cbe86bf2b8098167caa0b557dc0b22a6fec1.tar.bz2 mic-af12cbe86bf2b8098167caa0b557dc0b22a6fec1.zip |
Some fixes to be compatible with python 2.5
Signed-off-by: Gui Chen <gui.chen@intel.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mic | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/setenv python +#!/usr/bin/env python # # Copyright (c) 2011 Intel, Inc. # |