summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2017-03-11 03:51:29 -0800
committerCraig Rodrigues <rodrigc@FreeBSD.org>2017-03-11 03:51:29 -0800
commit14cd925a49bea1424ffea56fc0334c1f2a6d8aaa (patch)
treed3f10cbdd1b20e7e881585dead0f7f3fa7512edd /QMTest
parente45ba445a1140cfa4d7836f54f2e6b8d9a5c7325 (diff)
downloadscons-14cd925a49bea1424ffea56fc0334c1f2a6d8aaa.tar.gz
Remove 'U' flag to open() which is deprecated.
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons_time.py2
1 files changed, 1 insertions, 1 deletions
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 = """\