This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git

commit cbc74438962b97231eaba0d999ad6c90a6452a5f
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Jan 26 16:44:35 2025 +0100

    switch to python3
---
 pysteve/www/cgi-bin/rest_admin.py | 2 +-
 pysteve/www/cgi-bin/rest_voter.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pysteve/www/cgi-bin/rest_admin.py 
b/pysteve/www/cgi-bin/rest_admin.py
index 82a0d6a..ea5327b 100755
--- a/pysteve/www/cgi-bin/rest_admin.py
+++ b/pysteve/www/cgi-bin/rest_admin.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #####
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/pysteve/www/cgi-bin/rest_voter.py 
b/pysteve/www/cgi-bin/rest_voter.py
index ae951cb..2fe611c 100755
--- a/pysteve/www/cgi-bin/rest_voter.py
+++ b/pysteve/www/cgi-bin/rest_voter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #####
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Reply via email to