From a55eb915a0d563ead7bd90ad91b9c86e98e87f7c Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 13 May 2016 17:34:03 -0500 Subject: osc-lib: timing Change-Id: I3fe27d98efa5090e084c676f7f8e6dad0157ed21 --- openstackclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/shell.py') 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 -- cgit v1.2.1