Add support for Python 3
[yardstick.git] / yardstick / benchmark / runners / iteration.py
index 3a839b6..930f883 100644 (file)
@@ -19,6 +19,7 @@
 '''A runner that runs a configurable number of times before it returns
 '''
 
+from __future__ import absolute_import
 import os
 import multiprocessing
 import logging