From 629abbb7a867ee86ead82610e71232db83f78359 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Nov 04 2019 19:08:53 +0000 Subject: cli: switch shebang to python3 When users run the koji client directly from a Git clone (outside of any packaging), they should use Python 3. --- diff --git a/cli/koji b/cli/koji index 3ae4d94..3b206ab 100755 --- a/cli/koji +++ b/cli/koji @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 # coding=utf-8 # command line interface for the Koji build system