From 64148f1e39bf550c1800e6115d239cfaa2802436 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Oct 01 2018 18:10:38 +0000 Subject: Explicitly use python2 shebangs --- diff --git a/koji-download-scratch b/koji-download-scratch index 236c23a..1843d91 100755 --- a/koji-download-scratch +++ b/koji-download-scratch @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: utf-8 -*- # # See: https://bugzilla.redhat.com/show_bug.cgi?id=675140#c1 diff --git a/setup.py b/setup.py index 3075ef0..a72447d 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 """ Setup script """ diff --git a/src/fedora-create-review b/src/fedora-create-review index 515ff6a..2696aed 100755 --- a/src/fedora-create-review +++ b/src/fedora-create-review @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python2 -tt # -*- coding: utf-8 -*- # This program is free software; you can redistribute it and/or modify diff --git a/src/fedora-review b/src/fedora-review index 9df6900..ad3fe2d 100755 --- a/src/fedora-review +++ b/src/fedora-review @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python2 -tt #-*- coding: utf-8 -*- # vim: set expandtab: ts=4:sw=4: # diff --git a/try-fedora-review b/try-fedora-review index eb810cc..2a8cf21 100755 --- a/try-fedora-review +++ b/try-fedora-review @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python2 -tt #-*- coding: utf-8 -*- # vim: set expandtab: ts=4:sw=4: # diff --git a/update-version b/update-version index 1899493..bddc4e6 100755 --- a/update-version +++ b/update-version @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # # Updates version from version.tmpl #