We now need to import print() for older Pythons.
authorCarl Hetherington <cth@carlh.net>
Sun, 5 May 2024 10:27:28 +0000 (12:27 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 May 2024 18:42:29 +0000 (20:42 +0200)
src/tools/wscript

index 7d03bab62ac207ed1cbfafd451e7da533597bcc8..a7999548039d0f4983a79eab14ca87027b20b194 100644 (file)
@@ -17,6 +17,7 @@
 #    along with DCP-o-matic.  If not, see <http://www.gnu.org/licenses/>.
 #
 
+from __future__ import print_function
 import os
 import glob
 from waflib import Logs