summaryrefslogtreecommitdiff
path: root/repoze
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-16 22:00:45 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-16 22:00:45 +0000
commit8325f1a17d17f744582ffb9eef50da117a00e57f (patch)
tree60f26c3df09ebef6c65f6594aa6726f174a7d997 /repoze
parent1ccc194a225c579ba937fe1578f841db9aeb2720 (diff)
downloadpyramid-8325f1a17d17f744582ffb9eef50da117a00e57f.tar.gz
pyramid-8325f1a17d17f744582ffb9eef50da117a00e57f.tar.bz2
pyramid-8325f1a17d17f744582ffb9eef50da117a00e57f.zip
- 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).
Diffstat (limited to 'repoze')
-rw-r--r--repoze/bfg/urldispatch.py4
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):