diff options
| -rw-r--r-- | keystonelight/keystone_compat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keystonelight/keystone_compat.py b/keystonelight/keystone_compat.py index 86746d74..cf99244c 100644 --- a/keystonelight/keystone_compat.py +++ b/keystonelight/keystone_compat.py @@ -17,7 +17,6 @@ class KeystoneRouter(wsgi.Router): self.options = options self.keystone_controller = KeystoneController(options) - mapper = routes.Mapper() mapper.connect('/v2.0/tokens', controller=self.keystone_controller, |
