From: Loic Dachary Date: Thu, 13 Nov 2014 16:12:35 +0000 (+0100) Subject: tests: ceph_objectstore_tool.py use env python X-Git-Tag: v0.90~81^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=74506d2506d03d05935cbe342fef9dc1d9022a13;p=ceph.git tests: ceph_objectstore_tool.py use env python Using #/usr/bin/env python instead of a hard coded path is more flexible and can also be used to run from virtualenv. Signed-off-by: Loic Dachary --- diff --git a/src/test/ceph_objectstore_tool.py b/src/test/ceph_objectstore_tool.py index ba0a8182731b..8a7fc02e61ac 100755 --- a/src/test/ceph_objectstore_tool.py +++ b/src/test/ceph_objectstore_tool.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#!/usr/bin/env python from subprocess import call from subprocess import check_output