install.py: re-added the print_function future so that messages can be shown even for the no longer supported Python 2.

Fri, 04 Oct 2019 14:26:47 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 04 Oct 2019 14:26:47 +0200
changeset 7288
1242c374623b
parent 7285
1ff497f33f31
child 7289
6f4761a73f5f

install.py: re-added the print_function future so that messages can be shown even for the no longer supported Python 2.

scripts/install.py file | annotate | diff | comparison | revisions
--- a/scripts/install.py	Thu Oct 03 10:55:28 2019 +0200
+++ b/scripts/install.py	Fri Oct 04 14:26:47 2019 +0200
@@ -9,6 +9,8 @@
 Installation script for the eric6 IDE and all eric6 related tools.
 """
 
+from __future__ import print_function
+
 import sys
 import os
 import re

eric ide

mercurial