diff options
| author | John Eo <joon.eo@gmail.com> | 2011-05-04 09:00:20 -0500 |
|---|---|---|
| committer | John Eo <joon.eo@gmail.com> | 2011-05-04 09:00:20 -0500 |
| commit | 7204593270cd6729baad3665c1d61be56d755d5f (patch) | |
| tree | c7c3b9ba0a48639e02ff7bda7d3bd3e785c82808 | |
| parent | c9aafc60fc4491f2a06f4d45834ad7ff37de5e83 (diff) | |
Removing unused imports.
| -rw-r--r-- | keystone/queryext/exthandler.py | 2 |
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'} |
