diff options
Diffstat (limited to 'tests/unit/benchmark/contexts/test_dummy.py')
-rw-r--r-- | tests/unit/benchmark/contexts/test_dummy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/benchmark/contexts/test_dummy.py b/tests/unit/benchmark/contexts/test_dummy.py index 5214e6630..1a54035df 100644 --- a/tests/unit/benchmark/contexts/test_dummy.py +++ b/tests/unit/benchmark/contexts/test_dummy.py @@ -11,6 +11,7 @@ # Unittest for yardstick.benchmark.contexts.dummy +from __future__ import absolute_import import unittest from yardstick.benchmark.contexts import dummy |