From: Nathan Cutler Date: Thu, 24 Oct 2019 16:54:55 +0000 (+0200) Subject: build-integration-branch: change shebang to python3 X-Git-Tag: v15.1.0~1173^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31132%2Fhead;p=ceph.git build-integration-branch: change shebang to python3 The word "python" in the shebang means Python 2, but Python 2 is deprecated and should no longer be used. Signed-off-by: Nathan Cutler --- diff --git a/src/script/build-integration-branch b/src/script/build-integration-branch index d8a79fec28b..a15d88cdc2a 100755 --- a/src/script/build-integration-branch +++ b/src/script/build-integration-branch @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import print_function