summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_auth.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/test_auth.py b/nova/tests/test_auth.py
index 6549d6e96..fb35b9c5a 100644
--- a/nova/tests/test_auth.py
+++ b/nova/tests/test_auth.py
@@ -18,13 +18,11 @@
import unittest
-from nova import crypto
from nova import exception
from nova import flags
from nova import log as logging
from nova import test
from nova.auth import manager
-from nova.api.ec2 import cloud
from nova.auth import fakeldap
FLAGS = flags.FLAGS