diff options
Diffstat (limited to 'pyramid/settings.py')
| -rw-r--r-- | pyramid/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/settings.py b/pyramid/settings.py index ed2c3a281..96ad3336a 100644 --- a/pyramid/settings.py +++ b/pyramid/settings.py @@ -77,7 +77,7 @@ def get_settings(): performs the same duty. """ reg = get_current_registry() - return reg.queryUtility(ISettings) + return reg.settings def asbool(s): """ Return the boolean value ``True`` if the case-lowered value of string |
