]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Switch to Python 3 for rpm.org rpm
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Feb 2021 17:40:37 +0000 (18:40 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Feb 2021 17:40:37 +0000 (18:40 +0100)
PLD_Builder/messagebus.py
PLD_Builder/request_handler_server.py
client/smtpwrapper.py

index 781cff9c533b23d935c22702e5bf115fd2847934..06ca36596f975ade3b52bd49884b09c36fc66f47 100644 (file)
@@ -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
 
index ece2f962521b79eea3b3951609356792ab7cc67a..d944676bad70e1cc6e43bdef6a352cc88f34ca5c 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 import socket
 import string
index deffb66edd76b81c696f8c6cbad17854b74868ae..741c89dfd14e14fddb27df2541c0cb7e185259d6 100755 (executable)
@@ -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
This page took 0.426084 seconds and 4 git commands to generate.