summaryrefslogtreecommitdiff
path: root/pyramid/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyramid/interfaces.py')
-rw-r--r--pyramid/interfaces.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py
index d97632018..7666eb020 100644
--- a/pyramid/interfaces.py
+++ b/pyramid/interfaces.py
@@ -866,8 +866,6 @@ class ISession(Interface):
def __contains__(key):
"""Return true if a key exists in the mapping."""
-NO_PERMISSION_REQUIRED = '__no_permission_required__'
-
class IRendererInfo(Interface):
""" An object implementing this interface is passed to every
:term:`renderer factory` constructor as its only argument (conventionally