From fb0b68147bc0f3f780e3a6693a696f31230d8b82 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sep 20 2017 21:51:00 +0000 Subject: Make give-package.py use python3 Use python3 because fedrepo_req only exists for python3 Signed-off-by: Till Maas --- diff --git a/scripts/distgit/give-package.py b/scripts/distgit/give-package.py index 79a46e8..1d254d8 100755 --- a/scripts/distgit/give-package.py +++ b/scripts/distgit/give-package.py @@ -1,4 +1,4 @@ -#! /usr/bin/python -tt +#! /usr/bin/python3 -tt """ Give a package in pagure-on-dist-git from one user to another. This can also be used to give the package to the 'orphan' user.