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/compute/client.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/compute/client.py')
| -rw-r--r-- | openstackclient/compute/client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index 3c17b17a..bef9f949 100644 --- a/openstackclient/compute/client.py +++ b/openstackclient/compute/client.py @@ -17,7 +17,6 @@ import logging -from openstackclient.common import exceptions as exc from openstackclient.common import utils LOG = logging.getLogger(__name__) |
