We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7744046 + a4d56e6 commit c393472Copy full SHA for c393472
3 files changed
openstackclient/tests/unit/common/test_command.py
@@ -14,9 +14,9 @@
14
15
import mock
16
17
+from osc_lib.command import command
18
from osc_lib import exceptions
19
-from openstackclient.common import command
20
from openstackclient.tests.unit import fakes as test_fakes
21
from openstackclient.tests.unit import utils as test_utils
22
openstackclient/tests/unit/common/test_logs.py
@@ -18,7 +18,8 @@
-from openstackclient.common import logs
+from osc_lib import logs
+
23
from openstackclient.tests.unit import utils
24
25
openstackclient/tests/unit/common/test_parseractions.py
import argparse
-from openstackclient.common import parseractions
+from osc_lib.cli import parseractions
0 commit comments