diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-05-13 17:34:03 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-13 11:08:21 -0500 |
| commit | a55eb915a0d563ead7bd90ad91b9c86e98e87f7c (patch) | |
| tree | 824749feaae8e8342123856dc40fbef80ae4787c /openstackclient/shell.py | |
| parent | 9e2b8e67307e739008307e977ce545d49d0956a6 (diff) | |
| download | python-openstackclient-a55eb915a0d563ead7bd90ad91b9c86e98e87f7c.tar.gz | |
osc-lib: timing
Change-Id: I3fe27d98efa5090e084c676f7f8e6dad0157ed21
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 3e899cb5..a15e04dd 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -26,6 +26,7 @@ from cliff import app from cliff import command from cliff import complete from cliff import help +from osc_lib.command import timing from osc_lib import exceptions as exc from osc_lib import logs from osc_lib import utils @@ -35,7 +36,6 @@ from oslo_utils import strutils import openstackclient from openstackclient.common import clientmanager from openstackclient.common import commandmanager -from openstackclient.common import timing from os_client_config import config as cloud_config |
