diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-29 15:05:38 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-29 15:05:38 +0000 |
| commit | cce4c9c2424a06cddeee267d64a172731bb8777f (patch) | |
| tree | d1b83f1c25f5bcef48487562e79751f01d070a93 /repoze | |
| parent | af9f2e5fd5664aeaea2057ce1c518fb04617a0f0 (diff) | |
| download | pyramid-cce4c9c2424a06cddeee267d64a172731bb8777f.tar.gz pyramid-cce4c9c2424a06cddeee267d64a172731bb8777f.tar.bz2 pyramid-cce4c9c2424a06cddeee267d64a172731bb8777f.zip | |
Diffstat (limited to 'repoze')
| -rw-r--r-- | repoze/bfg/configuration.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index 4d7e8dd57..d474c557f 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -142,6 +142,8 @@ class Configurator(object): def setup_registry(self, settings=None, root_factory=None, authentication_policy=None, authorization_policy=None, renderers=DEFAULT_RENDERERS, debug_logger=None): + # this is a pseudo-API.. it's not in the docs but is used in the + # wild. It might should go in the docs. self._set_settings(settings) self._set_root_factory(root_factory) if debug_logger is None: |
