diff options
author | 0xjmz <0xjmz@users.noreply.github.com> | 2017-07-31 16:11:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 16:11:36 +0200 |
commit | 79a003cb547dd28b09028553562853a365b83e46 (patch) | |
tree | f744350661144cfd1bfc41f8619160570ba2cba8 /doc/tools/performance_test.py | |
parent | 57df5b72d00b140a5083c0bc1427c5542b44221d (diff) | |
parent | 35f47f53a32b29f746c5ddcd4fb367bf2ad7e640 (diff) | |
download | ranger-79a003cb547dd28b09028553562853a365b83e46.tar.gz |
Merge branch 'master' into fix-cursor-movement
Diffstat (limited to 'doc/tools/performance_test.py')
-rwxr-xr-x | doc/tools/performance_test.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tools/performance_test.py b/doc/tools/performance_test.py index f9562f0c..3b9099d5 100755 --- a/doc/tools/performance_test.py +++ b/doc/tools/performance_test.py @@ -1,6 +1,7 @@ -#!/usr/bin/python -# pylint: disable=wrong-import-position +#!/usr/bin/env python + from __future__ import (absolute_import, division, print_function) + import sys import time |