summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2016-01-01 15:01:27 +0000
committerRussel Winder <russel@winder.org.uk>2016-01-01 15:01:27 +0000
commit533ab8598e0f32928589a5f8061dbe191a095b46 (patch)
tree7fdc13c5731ee72d402b6ac19c52b506df77d574 /src/script
parent0b1be9f0d5520e3a541a7c4d026ba4145a618dec (diff)
downloadscons-533ab8598e0f32928589a5f8061dbe191a095b46.tar.gz
Some more print statements to functions.
Diffstat (limited to 'src/script')
-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 1a4caf7d..daf088e1 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