summaryrefslogtreecommitdiff
path: root/openstackclient/common/utils.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2012-04-25 16:10:05 -0500
committerDean Troyer <dtroyer@gmail.com>2012-04-25 16:10:05 -0500
commit06f82305b56015df6496bf9a2d40ef4f93726454 (patch)
tree99df0f5ddf2a1e0bf2d710d7f92f56d6f3149178 /openstackclient/common/utils.py
parent11d3ba457018ac2179669309c65d806c53476649 (diff)
downloadpython-openstackclient-06f82305b56015df6496bf9a2d40ef4f93726454.tar.gz
Set up common utils
Diffstat (limited to 'openstackclient/common/utils.py')
-rw-r--r--openstackclient/common/utils.py8
1 files changed, 7 insertions, 1 deletions
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