Set up common utils

This commit is contained in:
Dean Troyer
2012-04-25 16:10:05 -05:00
parent 882a76790b
commit 2d53e4677c

View File

@@ -12,13 +12,19 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
#
# vim: tabstop=4 shiftwidth=4 softtabstop=4
"""
Common client utilities
"""
import os import os
import uuid import uuid
import prettytable import prettytable
from glanceclient.common import exceptions from openstackclient.common import exceptions
# Decorator for cli-args # Decorator for cli-args