summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2017-07-16 04:42:49 +0200
committerhut <hut@hut.pm>2017-07-16 04:42:49 +0200
commit62f0448e2821d9bc7dc1de5c2f32d2d87cc95ee3 (patch)
treeee7e092aff8bbcfaa01f2c2c4d9b81a97ad366e6
parente7d4bef97a22234f885c301b05c2a4ce122b06f4 (diff)
downloadranger-62f0448e2821d9bc7dc1de5c2f32d2d87cc95ee3.tar.gz
fix pylint nagging about performance_test.py on py2
-rwxr-xr-xdoc/tools/performance_test.py1
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