summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/shell.py')
-rw-r--r--openstackclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py
index 58a77120..22d8412c 100644
--- a/openstackclient/shell.py
+++ b/openstackclient/shell.py
@@ -20,13 +20,13 @@ import locale
import sys
from osc_lib.api import auth
+from osc_lib.command import commandmanager
from osc_lib import shell
import six
import openstackclient
from openstackclient.common import client_config as cloud_config
from openstackclient.common import clientmanager
-from openstackclient.common import commandmanager
DEFAULT_DOMAIN = 'default'