diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-05 12:27:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-06 20:42:29 +0200 |
| commit | a0d46a33f87e4f9b764bc084663121e8e207efa9 (patch) | |
| tree | 227c8e25c1f230758d3002acccbcc057fb1bc56b /src/tools/wscript | |
| parent | 6cb1beea8357e5a0669166d50ba106fb8cac7064 (diff) | |
We now need to import print() for older Pythons.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. # +from __future__ import print_function import os import glob from waflib import Logs |
