summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8227dc8..4f5705b 100644
--- a/wscript
+++ b/wscript
@@ -3,13 +3,16 @@
# This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.
#
+from __future__ import print_function
+
# See README.waf for building instructions.
rtems_version = "5"
+
try:
import rtems_waf.rtems as rtems
except:
- print 'error: no rtems_waf git submodule; see README.waf'
+ print('error: no rtems_waf git submodule; see README.waf')
import sys
sys.exit(1)