From 9ec41c0397dbcf818513efd9bc92ad488b66ceca Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Thu, 28 Apr 2016 15:15:12 -0500 Subject: Replace tempest-lib with tempest.lib tempest-lib is deprecated, so replace it with tempest.lib. Co-Authored-By: Sheel Rana Change-Id: I0495eba110bb7581623fbcf49dc63a27e9cb6d64 Closes-Bug: #1553047 --- functional/common/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functional/common') diff --git a/functional/common/test.py b/functional/common/test.py index 9887c765..43615615 100644 --- a/functional/common/test.py +++ b/functional/common/test.py @@ -17,8 +17,8 @@ import subprocess import testtools import six -from tempest_lib.cli import output_parser -from tempest_lib import exceptions +from tempest.lib.cli import output_parser +from tempest.lib import exceptions COMMON_DIR = os.path.dirname(os.path.abspath(__file__)) -- cgit v1.2.1