diff options
Diffstat (limited to 'repoze')
| -rw-r--r-- | repoze/bfg/urldispatch.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/repoze/bfg/urldispatch.py b/repoze/bfg/urldispatch.py index 46812390a..5a8c7664f 100644 --- a/repoze/bfg/urldispatch.py +++ b/repoze/bfg/urldispatch.py @@ -77,7 +77,9 @@ class RoutesMapper(object): default context factory (the ``RoutesContext`` class) will be used. The interface ``repoze.bfg.interfaces.IRoutesContext`` will always be tacked on to the context instance in addition - to whatever interfaces the context instance already supplies.""" + to whatever interfaces the context instance already supplies. + """ + self.mapper.connect(*arg, **kw) class RoutesModelTraverser(object): |
