From d6c6017c25999ada4e731eb7242d7a47d008f1ad Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Nov 2015 13:10:03 +0100 Subject: Python 3 compatibility --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index ecb360ed..7f643fe9 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ import os.path 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) -- cgit v1.2.3