Rehome test units lib

Rehoming deprecated libs for the ones provided in osc-lib.

Change-Id: Idb4a27f2c8edf48909ef010e3c7a1a5c0c16efc5
This commit is contained in:
Pierre Hanselmann 2017-11-02 13:44:16 +01:00
parent 2c14b4b2ee
commit a4d56e615d
3 changed files with 5 additions and 3 deletions

View File

@ -14,9 +14,9 @@
import mock
from osc_lib.command import command
from osc_lib import exceptions
from openstackclient.common import command
from openstackclient.tests.unit import fakes as test_fakes
from openstackclient.tests.unit import utils as test_utils

View File

@ -18,7 +18,8 @@ import logging
import mock
from openstackclient.common import logs
from osc_lib import logs
from openstackclient.tests.unit import utils

View File

@ -18,7 +18,8 @@
import argparse
from openstackclient.common import parseractions
from osc_lib.cli import parseractions
from openstackclient.tests.unit import utils