summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Eo <joon.eo@gmail.com>2011-05-04 09:00:20 -0500
committerJohn Eo <joon.eo@gmail.com>2011-05-04 09:00:20 -0500
commit7204593270cd6729baad3665c1d61be56d755d5f (patch)
treec7c3b9ba0a48639e02ff7bda7d3bd3e785c82808
parentc9aafc60fc4491f2a06f4d45834ad7ff37de5e83 (diff)
Removing unused imports.
-rw-r--r--keystone/queryext/exthandler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/keystone/queryext/exthandler.py b/keystone/queryext/exthandler.py
index a041f00a..6bdb6b8b 100644
--- a/keystone/queryext/exthandler.py
+++ b/keystone/queryext/exthandler.py
@@ -27,8 +27,6 @@ overwrites the Accept header in the request, if present.
"""
-import bottle
-from bottle import Request
# Does this need to be configurable?
DEFAULT_EXTS = {'xml': 'application/xml', 'json': 'application/json'}