summaryrefslogtreecommitdiff
path: root/openstackclient/common/openstackkeyring.py
diff options
context:
space:
mode:
authorJosh Kearney <josh@jk0.org>2013-01-21 13:44:38 -0600
committerJosh Kearney <josh@jk0.org>2013-01-22 11:44:18 -0600
commitc1ea2989049c102fde0ea22ac06d066a34d7b0db (patch)
tree4622149183ae9a366359e4d0a63f78227591c086 /openstackclient/common/openstackkeyring.py
parent089f4cf7164053ddda9e94254d5a03df6edba44a (diff)
downloadpython-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/openstackkeyring.py')
-rw-r--r--openstackclient/common/openstackkeyring.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/common/openstackkeyring.py b/openstackclient/common/openstackkeyring.py
index 3a5ce27f..2b03e753 100644
--- a/openstackclient/common/openstackkeyring.py
+++ b/openstackclient/common/openstackkeyring.py
@@ -21,7 +21,6 @@ Keyring backend for Openstack, to store encrypted password in a file.
from Crypto.Cipher import AES
-import crypt
import keyring
import os