summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/bench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.py b/bench/bench.py
index cfdac2d2..3f7dbc6e 100644
--- a/bench/bench.py
+++ b/bench/bench.py
@@ -88,7 +88,7 @@ if len(args) != 1:
sys.exit(1)
-exec(open(args[0], 'rU').read())
+exec(open(args[0], 'r').read())
try: