X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fbenchmark%2F__init__.py;h=898013fa63356b44d92260a23e4e2ce72cc3dbcb;hb=a562d505bf1549b41e93ecae4d8461f31851aa20;hp=94357a53ab2aef94d1b6f68bab80ce8a4ba01372;hpb=e2a4270e0d29eac71f7723ed901617d4daa799c0;p=yardstick.git diff --git a/yardstick/benchmark/__init__.py b/yardstick/benchmark/__init__.py index 94357a53a..898013fa6 100644 --- a/yardstick/benchmark/__init__.py +++ b/yardstick/benchmark/__init__.py @@ -7,7 +7,9 @@ # 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") utils.import_modules_from_package("yardstick.benchmark.runners") utils.import_modules_from_package("yardstick.benchmark.scenarios")