summaryrefslogtreecommitdiffstats
path: root/tests/test_v3_protection.py
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-04-16 10:47:18 -0700
committerDolph Mathews <dolph.mathews@gmail.com>2013-04-16 11:08:11 -0700
commit335470d0c62262a838316299d691fe4d3173b3a7 (patch)
tree1b585f022b6cbf7779c80bfcae2a8af25844f03a /tests/test_v3_protection.py
parentb4db547d0a681fbf7c8927a8c07c8bb3844582fb (diff)
downloadkeystone-335470d0c62262a838316299d691fe4d3173b3a7.tar.gz
keystone-335470d0c62262a838316299d691fe4d3173b3a7.tar.xz
keystone-335470d0c62262a838316299d691fe4d3173b3a7.zip
Removed unused imports
Change-Id: Ief6534ee25a83027979d92c9ce3a92e0ea28c07c
Diffstat (limited to 'tests/test_v3_protection.py')
-rw-r--r--tests/test_v3_protection.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_v3_protection.py b/tests/test_v3_protection.py
index ea38b24c..0bf26eb8 100644
--- a/tests/test_v3_protection.py
+++ b/tests/test_v3_protection.py
@@ -15,12 +15,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-import json
import tempfile
import uuid
-import nose.exc
-
from keystone import config
from keystone import exception
from keystone.openstack.common import jsonutils