make fio scripts python3-ready
[fio.git] / doc / conf.py
index 4102140ad36f2d5e36b6abef139fed71404392f8..087a9a11f0c4422160795feb79ef9a0fa36b7505 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # fio documentation build configuration file, created by
@@ -23,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'