From b7ea61a49701ae03a7f4269e15456f0e323b51a6 Mon Sep 17 00:00:00 2001 From: Tobias Melson <tobias.melson@mpcdf.mpg.de> Date: Mon, 20 Mar 2023 09:24:45 +0100 Subject: [PATCH] Changed mpcdf_build_status to Python 3 --- mpcdf_build_status.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mpcdf_build_status.py b/mpcdf_build_status.py index c1e6691..cec82a7 100644 --- a/mpcdf_build_status.py +++ b/mpcdf_build_status.py @@ -1,5 +1,4 @@ -#!/usr/bin/python2 -from __future__ import print_function +#!/usr/bin/python3 import os import osc -- GitLab