summaryrefslogtreecommitdiffstats
path: root/keystone/trust
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2013-03-06 10:02:08 -0500
committerAdam Young <ayoung@redhat.com>2013-03-06 10:02:08 -0500
commitbe23b796a35a6f93361c6e37d4af915bb98b05da (patch)
tree43528b76d12c5afab52808316831115c88a0bd0e /keystone/trust
parent1f7c863a9ce3df695fbc98c3a53f0e6b4d172e4d (diff)
downloadkeystone-be23b796a35a6f93361c6e37d4af915bb98b05da.tar.gz
keystone-be23b796a35a6f93361c6e37d4af915bb98b05da.tar.xz
keystone-be23b796a35a6f93361c6e37d4af915bb98b05da.zip
remove unused import
Change-Id: I82f45c1dca4b96c43387640803a006ac2ab61689
Diffstat (limited to 'keystone/trust')
-rw-r--r--keystone/trust/routers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/trust/routers.py b/keystone/trust/routers.py
index 2ed35ed0..b1378628 100644
--- a/keystone/trust/routers.py
+++ b/keystone/trust/routers.py
@@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""WSGI Routers for the Identity service."""
-from keystone.common import wsgi
+
from keystone.trust import controllers
from keystone.common import router