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/clientmanager.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/clientmanager.py')
| -rw-r--r-- | openstackclient/common/clientmanager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/common/clientmanager.py b/openstackclient/common/clientmanager.py index 73c2e570..4d049213 100644 --- a/openstackclient/common/clientmanager.py +++ b/openstackclient/common/clientmanager.py @@ -20,7 +20,6 @@ import logging -from openstackclient.common import exceptions as exc from openstackclient.compute import client as compute_client from openstackclient.identity import client as identity_client from openstackclient.image import client as image_client |
