From: Lei Yang <[email protected]>

Signed-off-by: Lei Yang <[email protected]>
---
 cgroup/cgroup.py                  |    2 +-
 cgroup/cgroup_client.py           |    2 +-
 crontab/crontab.py                |    2 +-
 iozone/postprocessing.py          |    2 +-
 ltp/ltp-diff.py                   |    2 +-
 wb_kupdate/wb_kupdate_unittest.py |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cgroup/cgroup.py b/cgroup/cgroup.py
index e96164e..a382aeb 100755
--- a/cgroup/cgroup.py
+++ b/cgroup/cgroup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 """
 Autotest test for testing cgroup functionalities
diff --git a/cgroup/cgroup_client.py b/cgroup/cgroup_client.py
index 189d24f..9f22d28 100755
--- a/cgroup/cgroup_client.py
+++ b/cgroup/cgroup_client.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 """
 Interactive python script for testing cgroups. It will try to use system
diff --git a/crontab/crontab.py b/crontab/crontab.py
index 6332109..5f9d0d0 100755
--- a/crontab/crontab.py
+++ b/crontab/crontab.py
@@ -1,4 +1,4 @@
-#!/bin/python
+#!/usr/bin/env python
 import os, shutil, glob, logging
 from autotest.client import test, utils
 from autotest.client.shared import error
diff --git a/iozone/postprocessing.py b/iozone/postprocessing.py
index c8ca101..eaf4963 100755
--- a/iozone/postprocessing.py
+++ b/iozone/postprocessing.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 """
 Postprocessing module for IOzone. It is capable to pick results from an
 IOzone run, calculate the geometric mean for all throughput results for
diff --git a/ltp/ltp-diff.py b/ltp/ltp-diff.py
index 6fde58e..c4ce865 100755
--- a/ltp/ltp-diff.py
+++ b/ltp/ltp-diff.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # (C) Copyright IBM Corp. 2006
 # Author: Dustin Kirkland <[email protected]>
 # Description:
diff --git a/wb_kupdate/wb_kupdate_unittest.py 
b/wb_kupdate/wb_kupdate_unittest.py
index 684042b..da4a5c2 100755
--- a/wb_kupdate/wb_kupdate_unittest.py
+++ b/wb_kupdate/wb_kupdate_unittest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import common
 import datetime
-- 
1.7.9.5

_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel

Reply via email to