aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/__init__.py')
-rw-r--r--yardstick/benchmark/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yardstick/benchmark/__init__.py b/yardstick/benchmark/__init__.py
index 8b292ac30..898013fa6 100644
--- a/yardstick/benchmark/__init__.py
+++ b/yardstick/benchmark/__init__.py
@@ -7,6 +7,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
+from __future__ import absolute_import
import yardstick.common.utils as utils
utils.import_modules_from_package("yardstick.benchmark.contexts")