From 8325f1a17d17f744582ffb9eef50da117a00e57f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 16 Jan 2009 22:00:45 +0000 Subject: - Add a section on "Using BFG Security With URL Dispatch" into the urldispatch chapter of the documentation. Clean up "BFG" vernacular (replace with repoze.bfg). --- repoze/bfg/urldispatch.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'repoze') 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): -- cgit v1.2.3