aboutsummaryrefslogtreecommitdiff
path: root/src/test/hs_indexes.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/hs_indexes.py')
-rw-r--r--src/test/hs_indexes.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/hs_indexes.py b/src/test/hs_indexes.py
index af0b81f8de..5c6d893a66 100644
--- a/src/test/hs_indexes.py
+++ b/src/test/hs_indexes.py
@@ -7,6 +7,11 @@
# store/fetch the descriptor on the hashring. (hs_build_hs_index()).
#
+# Future imports for Python 2.7, mandatory in 3.0
+from __future__ import division
+from __future__ import print_function
+from __future__ import unicode_literals
+
import sys
import hashlib
import struct