diff options
| -rw-r--r-- | repoze/bfg/urldispatch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/repoze/bfg/urldispatch.py b/repoze/bfg/urldispatch.py index 7fff130ef..c577dfa9e 100644 --- a/repoze/bfg/urldispatch.py +++ b/repoze/bfg/urldispatch.py @@ -38,7 +38,6 @@ class RoutesMapper(object): def __call__(self, request): environ = request.environ - registry = request.registry try: # empty if mounted under a path in mod_wsgi, for example path = environ['PATH_INFO'] or '/' |
