diff options
| author | Josh Kearney <josh@jk0.org> | 2013-01-21 13:44:38 -0600 |
|---|---|---|
| committer | Josh Kearney <josh@jk0.org> | 2013-01-22 11:44:18 -0600 |
| commit | c1ea2989049c102fde0ea22ac06d066a34d7b0db (patch) | |
| tree | 4622149183ae9a366359e4d0a63f78227591c086 /openstackclient/common/utils.py | |
| parent | 089f4cf7164053ddda9e94254d5a03df6edba44a (diff) | |
| download | python-openstackclient-c1ea2989049c102fde0ea22ac06d066a34d7b0db.tar.gz | |
Clean up test environment and remove unused imports.
First round of adding more complete unit test coverage.
Change-Id: Ic1979c499ca6fcb784892a95954a3527539c4e53
Diffstat (limited to 'openstackclient/common/utils.py')
| -rw-r--r-- | openstackclient/common/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
