summaryrefslogtreecommitdiffstats
path: root/src/script/sconsign.py
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2016-01-01 15:01:27 (GMT)
committerRussel Winder <russel@winder.org.uk>2016-01-01 15:01:27 (GMT)
commite9989979ac3411919935afe3a8c8c70ebbc4fd58 (patch)
tree7fdc13c5731ee72d402b6ac19c52b506df77d574 /src/script/sconsign.py
parent85aa9baee353e5a7710cb34932ea7ed09a847e39 (diff)
downloadSCons-e9989979ac3411919935afe3a8c8c70ebbc4fd58.zip
SCons-e9989979ac3411919935afe3a8c8c70ebbc4fd58.tar.gz
SCons-e9989979ac3411919935afe3a8c8c70ebbc4fd58.tar.bz2
Some more print statements to functions.
Diffstat (limited to 'src/script/sconsign.py')
-rw-r--r--src/script/sconsign.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/script/sconsign.py b/src/script/sconsign.py
index 1a4caf7..daf088e 100644
--- a/src/script/sconsign.py
+++ b/src/script/sconsign.py
@@ -22,6 +22,7 @@
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
from __future__ import print_function
from SCons.compat.six import PY2, PY3
@@ -185,7 +186,7 @@ sys.path = libs + sys.path
# END STANDARD SCons SCRIPT HEADER
##############################################################################
-import SCons.compat # so pickle will import cPickle instead
+import SCons.compat
if PY2:
import whichdb