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.80.10~69^2~53 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8548d7c65e8743d4e743c77981acd702efab3fb2;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 (cherry picked from commit 74506d2506d03d05935cbe342fef9dc1d9022a13) --- diff --git a/src/test/ceph_objectstore_tool.py b/src/test/ceph_objectstore_tool.py index 70b7a21ff96..c84761c3f6c 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