From 2d53e4677cfbeb12ba547d5850350be8211811aa Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 25 Apr 2012 16:10:05 -0500 Subject: [PATCH] Set up common utils --- openstackclient/common/utils.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index edd71f9..9e704c9 100644 --- a/openstackclient/common/utils.py +++ b/openstackclient/common/utils.py @@ -12,13 +12,19 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. +# +# vim: tabstop=4 shiftwidth=4 softtabstop=4 + +""" +Common client utilities +""" import os import uuid import prettytable -from glanceclient.common import exceptions +from openstackclient.common import exceptions # Decorator for cli-args