diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-05-14 08:29:16 -0700 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-05-16 10:36:02 -0700 |
| commit | 967d929207fa52c00acaa0a3e1b63bbe8e7f3835 (patch) | |
| tree | 020f1534639d5bb31d657734d19519196ae72ab3 /openstackclient/shell.py | |
| parent | 016a0b301e0ecfea5d84b09e7f1e22a86953c1c1 (diff) | |
| download | python-openstackclient-967d929207fa52c00acaa0a3e1b63bbe8e7f3835.tar.gz | |
Migrate to flake8.
Fixes bug 1172444
Change-Id: Ieca721663aea2fd31753df4abfb5b01a7145b26a
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index cd5ab552..35d8255d 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -24,7 +24,7 @@ from cliff import app from cliff import help from openstackclient.common import clientmanager -from openstackclient.common.commandmanager import CommandManager +from openstackclient.common import commandmanager from openstackclient.common import exceptions as exc from openstackclient.common import openstackkeyring from openstackclient.common import utils @@ -63,7 +63,7 @@ class OpenStackShell(app.App): super(OpenStackShell, self).__init__( description=__doc__.strip(), version=VERSION, - command_manager=CommandManager('openstack.cli')) + command_manager=commandmanager.CommandManager('openstack.cli')) # This is instantiated in initialize_app() only when using # password flow auth |
