summaryrefslogtreecommitdiff
path: root/repoze/bfg/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/interfaces.py')
-rw-r--r--repoze/bfg/interfaces.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py
index ae6bf3b20..44fe84c18 100644
--- a/repoze/bfg/interfaces.py
+++ b/repoze/bfg/interfaces.py
@@ -323,3 +323,8 @@ class ITranslationDirectories(Interface):
""" A list object representing all known translation directories
for an application"""
+class IDefaultPermission(Interface):
+ """ A string object representing the default permission to be used
+ for all view configurations which do not explicitly declare their
+ own."""
+