From c1ea2989049c102fde0ea22ac06d066a34d7b0db Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Mon, 21 Jan 2013 13:44:38 -0600 Subject: Clean up test environment and remove unused imports. First round of adding more complete unit test coverage. Change-Id: Ic1979c499ca6fcb784892a95954a3527539c4e53 --- openstackclient/common/utils.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'openstackclient/common/utils.py') diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index 70555be5..c099889d 100644 --- a/openstackclient/common/utils.py +++ b/openstackclient/common/utils.py @@ -23,8 +23,6 @@ import os import sys import uuid -import prettytable - from openstackclient.common import exceptions -- cgit v1.2.1