summaryrefslogtreecommitdiff
path: root/openstackclient/tests/common/test_command.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2016-05-13 17:27:12 -0500
committerDean Troyer <dtroyer@gmail.com>2016-06-13 11:00:22 -0500
commit9e2b8e67307e739008307e977ce545d49d0956a6 (patch)
tree1990a4d3ea60bd3361f8347375ed6f18e10c390a /openstackclient/tests/common/test_command.py
parentbe192676bd2f2beeea0ec4265d5f78a8cf9af637 (diff)
downloadpython-openstackclient-9e2b8e67307e739008307e977ce545d49d0956a6.tar.gz
osc-lib: command
Leave command.py and test_command.py as a sanity check during the deprecation period. Change-Id: I24e1b755cbfbcbcaeb5273ec0c9706b82384fc85
Diffstat (limited to 'openstackclient/tests/common/test_command.py')
-rw-r--r--openstackclient/tests/common/test_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/common/test_command.py b/openstackclient/tests/common/test_command.py
index 658bc895..a8bcf6a8 100644
--- a/openstackclient/tests/common/test_command.py
+++ b/openstackclient/tests/common/test_command.py
@@ -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 import fakes as test_fakes
from openstackclient.tests import utils as test_utils