From 14cd925a49bea1424ffea56fc0334c1f2a6d8aaa Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Sat, 11 Mar 2017 03:51:29 -0800 Subject: Remove 'U' flag to open() which is deprecated. --- QMTest/TestSCons_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'QMTest') diff --git a/QMTest/TestSCons_time.py b/QMTest/TestSCons_time.py index a9212f72..bc116ec0 100644 --- a/QMTest/TestSCons_time.py +++ b/QMTest/TestSCons_time.py @@ -49,7 +49,7 @@ for arg in sys.argv[1:]: write_args(profile, sys.argv) break sys.stdout.write('SCONS_LIB_DIR = ' + os.environ['SCONS_LIB_DIR'] + '\\n') -exec(open('SConstruct', 'rU').read()) +exec(open('SConstruct', 'r').read()) """ aegis_py = """\ -- cgit v1.2.1