From 06f82305b56015df6496bf9a2d40ef4f93726454 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 25 Apr 2012 16:10:05 -0500 Subject: Set up common utils --- openstackclient/common/utils.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'openstackclient/common') diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index edd71f95..9e704c97 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 -- cgit v1.2.1