Blob Blame History Raw
From c9aa1122cd046ea3c6f43be4bb352c383c2e56ad Mon Sep 17 00:00:00 2001
From: Michel Alexandre Salim <salimma@fedoraproject.org>
Date: Jul 26 2023 16:12:28 +0000
Subject: Update shebang to properly invoke Python 3


Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>

---

diff --git a/src/fedora-create-review b/src/fedora-create-review
index 105f771..cb40952 100755
--- a/src/fedora-create-review
+++ b/src/fedora-create-review
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python3
 #    -*- 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 4113e92..203e02d 100755
--- a/src/fedora-review
+++ b/src/fedora-review
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 # vim: set expandtab: ts=4:sw=4:
 #