mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Rehome test units lib
Rehoming deprecated libs for the ones provided in osc-lib. Change-Id: Idb4a27f2c8edf48909ef010e3c7a1a5c0c16efc5
This commit is contained in:
parent
2c14b4b2ee
commit
a4d56e615d
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@ import logging
|
|||
|
||||
import mock
|
||||
|
||||
from openstackclient.common import logs
|
||||
from osc_lib import logs
|
||||
|
||||
from openstackclient.tests.unit import utils
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@
|
|||
|
||||
import argparse
|
||||
|
||||
from openstackclient.common import parseractions
|
||||
from osc_lib.cli import parseractions
|
||||
|
||||
from openstackclient.tests.unit import utils
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue