diff options
author | Michael Scherer <misc@fedoraproject.org> | 2020-01-16 11:21:09 +0100 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2020-01-16 14:21:24 +0100 |
commit | 71231a6a009ea34ea80da9b36d761f3764043de5 (patch) | |
tree | 31debcd2cecd21d05df8438e60dc6d5a73675fce /extras/ganesha | |
parent | 43d58660772da0b8f25fb89ece19851391bf999f (diff) |
Be explicit on this being a python3 script
While the script seems to work on both python3 and python2, this
break the build of rawhide RPM who requires script to be either
using python2 or python3.
Since python2 is going to be deprecated, I guess we should aim for
python3.
Change-Id: Ic6322ad47772d708b60b96652a1122ee4a54141d
Fixes: bz#1791682
Signed-off-by: Michael Scherer <misc@fedoraproject.org>
Diffstat (limited to 'extras/ganesha')
-rwxr-xr-x | extras/ganesha/scripts/generate-epoch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/ganesha/scripts/generate-epoch.py b/extras/ganesha/scripts/generate-epoch.py index fa35b3ec4fd..77af014bab9 100755 --- a/extras/ganesha/scripts/generate-epoch.py +++ b/extras/ganesha/scripts/generate-epoch.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Copyright (c) 2016 Red Hat, Inc. <http://www.redhat.com> # This file is part of GlusterFS. |