diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2012-04-25 16:10:05 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2012-04-25 16:10:05 -0500 |
| commit | 06f82305b56015df6496bf9a2d40ef4f93726454 (patch) | |
| tree | 99df0f5ddf2a1e0bf2d710d7f92f56d6f3149178 /openstackclient/common/utils.py | |
| parent | 11d3ba457018ac2179669309c65d806c53476649 (diff) | |
| download | python-openstackclient-06f82305b56015df6496bf9a2d40ef4f93726454.tar.gz | |
Set up common utils
Diffstat (limited to 'openstackclient/common/utils.py')
| -rw-r--r-- | openstackclient/common/utils.py | 8 |
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 |
