diff options
author | hut <hut@hut.pm> | 2017-07-16 04:42:49 +0200 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-07-16 04:42:49 +0200 |
commit | 62f0448e2821d9bc7dc1de5c2f32d2d87cc95ee3 (patch) | |
tree | ee7e092aff8bbcfaa01f2c2c4d9b81a97ad366e6 /doc | |
parent | e7d4bef97a22234f885c301b05c2a4ce122b06f4 (diff) | |
download | ranger-62f0448e2821d9bc7dc1de5c2f32d2d87cc95ee3.tar.gz |
fix pylint nagging about performance_test.py on py2
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/tools/performance_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tools/performance_test.py b/doc/tools/performance_test.py index 0fe629fe..f9562f0c 100755 --- a/doc/tools/performance_test.py +++ b/doc/tools/performance_test.py @@ -1,5 +1,6 @@ #!/usr/bin/python # pylint: disable=wrong-import-position +from __future__ import (absolute_import, division, print_function) import sys import time |