make fio scripts python3-ready
[fio.git] / doc / conf.py
index d4dd9d20e619b169ab32bba764b4058047c5a099..087a9a11f0c4422160795feb79ef9a0fa36b7505 100644 (file)
@@ -22,6 +22,9 @@
 
 # -- General configuration ------------------------------------------------
 
+from __future__ import absolute_import
+from __future__ import print_function
+
 # If your documentation needs a minimal Sphinx version, state it here.
 #
 # needs_sphinx = '1.0'