File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818import sys
1919
20+ from osc_lib .command import command
21+ from osc_lib import exceptions
22+ from osc_lib import utils
2023from oslo_utils import importutils
2124import six
2225
23- from openstackclient .common import command
24- from openstackclient .common import exceptions
25- from openstackclient .common import utils
2626from openstackclient .i18n import _
2727
2828
Original file line number Diff line number Diff line change 1212#
1313import mock
1414
15- from openstackclient .common import exceptions
16- from openstackclient .common import utils as common_utils
15+ from osc_lib import exceptions
16+ from osc_lib import utils as common_utils
17+
1718from openstackclient .compute .v2 import server_image
1819from openstackclient .tests .compute .v2 import fakes as compute_fakes
1920from openstackclient .tests .image .v2 import fakes as image_fakes
You can’t perform that action at this time.
0 commit comments