[projects/pld-builder.new] Switch to Python 3 for rpm.org rpm

baggins baggins at pld-linux.org
Sun Feb 28 18:40:53 CET 2021


commit 6b7bdc72dfd7bb062effb9a8139248ebddb28414
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Feb 28 18:40:37 2021 +0100

    Switch to Python 3 for rpm.org rpm

 PLD_Builder/messagebus.py             | 2 +-
 PLD_Builder/request_handler_server.py | 2 +-
 client/smtpwrapper.py                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/PLD_Builder/messagebus.py b/PLD_Builder/messagebus.py
index 781cff9..06ca365 100644
--- a/PLD_Builder/messagebus.py
+++ b/PLD_Builder/messagebus.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # I would name this file as fedmsg,
 # but don't know how to import 'fedmsg' from system dir and from local dir
 
diff --git a/PLD_Builder/request_handler_server.py b/PLD_Builder/request_handler_server.py
index ece2f96..d944676 100644
--- a/PLD_Builder/request_handler_server.py
+++ b/PLD_Builder/request_handler_server.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 import socket
 import string
diff --git a/client/smtpwrapper.py b/client/smtpwrapper.py
index deffb66..741c89d 100755
--- a/client/smtpwrapper.py
+++ b/client/smtpwrapper.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 
 # As omta segfaults and rest is so huge and does't work out of box
 # mailer="./smtpwrapper.py" or whatever path is
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/6b7bdc72dfd7bb062effb9a8139248ebddb28414



More information about the pld-cvs-commit mailing list