diff options
| -rw-r--r-- | repoze/bfg/testing.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 8e6c8af82..0ffc1c8a1 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -255,7 +255,11 @@ def registerRoutesMapper(root_factory=None): ``repoze.bfg.testing.registerRoute``, the routes mapper registered by ``repoze.bfg.testing.registerRoutesMapper`` will be used as the mapper in which the route is registered during - ``repoze.bfg.testing.registerRoute``.""" + ``repoze.bfg.testing.registerRoute``. + + .. note:: This API was added in :mod:`repoze.bfg` version 1.1. + + """ from repoze.bfg.interfaces import IRoutesMapper from repoze.bfg.urldispatch import RoutesRootFactory if root_factory is None: |
