From a0d46a33f87e4f9b764bc084663121e8e207efa9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 May 2024 12:27:28 +0200 Subject: We now need to import print() for older Pythons. --- src/tools/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/wscript') diff --git a/src/tools/wscript b/src/tools/wscript index 7d03bab62..a79995480 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -17,6 +17,7 @@ # along with DCP-o-matic. If not, see . # +from __future__ import print_function import os import glob from waflib import Logs -- cgit v1.2.3