From 8acb9e0f39fbad8dfef1eaefea1224f0e58ae252 Mon Sep 17 00:00:00 2001 From: "Kabanov, Dmitrii" Date: Mon, 7 Oct 2019 10:27:58 -0700 Subject: [PATCH] [ceph-client] Remove explicit call to Python2 The PS removes the explicit call to Python2 from _checkPGs.py file. Change-Id: If8cf5b9e1347997bb5b2fe13155d377736f288da --- ceph-client/templates/bin/utils/_checkPGs.py.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-client/templates/bin/utils/_checkPGs.py.tpl b/ceph-client/templates/bin/utils/_checkPGs.py.tpl index 5ca67c003..f98cdb2e8 100755 --- a/ceph-client/templates/bin/utils/_checkPGs.py.tpl +++ b/ceph-client/templates/bin/utils/_checkPGs.py.tpl @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python import subprocess import json