aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/cmd/commands/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/cmd/commands/runner.py')
-rw-r--r--yardstick/cmd/commands/runner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/yardstick/cmd/commands/runner.py b/yardstick/cmd/commands/runner.py
index 62a2082c4..02176aba3 100644
--- a/yardstick/cmd/commands/runner.py
+++ b/yardstick/cmd/commands/runner.py
@@ -9,6 +9,9 @@
""" Handler for yardstick command 'runner' """
+from __future__ import print_function
+
+from __future__ import absolute_import
from yardstick.benchmark.core.runner import Runners
from yardstick.common.utils import cliargs
from yardstick.cmd.commands import change_osloobj_to_paras