Add support for Python 3
[yardstick.git] / yardstick / benchmark / scenarios / dummy / dummy.py
index de6742c..95146e0 100644 (file)
@@ -6,6 +6,7 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
+from __future__ import absolute_import
 import logging
 
 from yardstick.benchmark.scenarios import base