summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/common/test_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/tests/unit/common/test_command.py')
-rw-r--r--openstackclient/tests/unit/common/test_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/common/test_command.py b/openstackclient/tests/unit/common/test_command.py
index 6ddb7c12..4fde5301 100644
--- a/openstackclient/tests/unit/common/test_command.py
+++ b/openstackclient/tests/unit/common/test_command.py
@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from osc_lib.command import command
from osc_lib import exceptions