diff options
Diffstat (limited to 'repoze/bfg/settings.py')
| -rw-r--r-- | repoze/bfg/settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repoze/bfg/settings.py b/repoze/bfg/settings.py index ff292dc7c..5e1181809 100644 --- a/repoze/bfg/settings.py +++ b/repoze/bfg/settings.py @@ -71,6 +71,10 @@ def get_settings(): .. note:: For backwards compatibility, dictionary keys can also be looked up as attributes of the settings object. + + .. note:: the + :class:`repoze.bfg.configuration.Configurator.get_settings` method + performs the same duty. """ reg = get_current_registry() return reg.queryUtility(ISettings) |
