Merge "Rehome test units lib"

This commit is contained in:
Zuul 2017-11-06 00:48:32 +00:00 committed by Gerrit Code Review
commit c393472339
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