summaryrefslogtreecommitdiff
path: root/tests/v2_0/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/v2_0/test_shell.py')
-rw-r--r--tests/v2_0/test_shell.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/v2_0/test_shell.py b/tests/v2_0/test_shell.py
index f5c04ec..f097a9c 100644
--- a/tests/v2_0/test_shell.py
+++ b/tests/v2_0/test_shell.py
@@ -1,13 +1,10 @@
import cStringIO
-import mock
import os
import stubout
import sys
from testtools import matchers
-from keystoneclient import exceptions
from keystoneclient import client
-from keystoneclient.v2_0 import client as client_v2_0
from tests.v2_0 import fakes
from tests import utils