From 8548d7c65e8743d4e743c77981acd702efab3fb2 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 13 Nov 2014 17:12:35 +0100 Subject: [PATCH] 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) --- src/test/ceph_objectstore_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ceph_objectstore_tool.py b/src/test/ceph_objectstore_tool.py index 70b7a21ff966a..c84761c3f6c5d 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 -- 2.39.5