diff options
Diffstat (limited to 'pyramid/interfaces.py')
| -rw-r--r-- | pyramid/interfaces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index afb0376cd..9b7488f1e 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -376,3 +376,4 @@ class IDefaultPermission(Interface): for all view configurations which do not explicitly declare their own.""" +NO_PERMISSION_REQUIRED = '__no_permission_required__' |
