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 a28e281 + cc3d46a commit dbfc203Copy full SHA for dbfc203
2 files changed
openstackclient/identity/v2_0/role_assignment.py
@@ -13,9 +13,10 @@
13
14
"""Identity v2 Assignment action implementations """
15
16
-from openstackclient.common import command
17
-from openstackclient.common import exceptions
18
-from openstackclient.common import utils
+from osc_lib.command import command
+from osc_lib import exceptions
+from osc_lib import utils
19
+
20
from openstackclient.i18n import _ # noqa
21
22
openstackclient/tests/identity/v2_0/test_role_assignment.py
@@ -14,7 +14,8 @@
import copy
import mock
from openstackclient.identity.v2_0 import role_assignment
from openstackclient.tests import fakes
from openstackclient.tests.identity.v2_0 import fakes as identity_fakes
0 commit comments