diff options
Diffstat (limited to 'bench/bench.py')
-rw-r--r-- | bench/bench.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.py b/bench/bench.py index cfdac2d..3f7dbc6 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: |