diff options
Diffstat (limited to 'repoze/bfg/interfaces.py')
| -rw-r--r-- | repoze/bfg/interfaces.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py index a239793ed..489fe0559 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -66,3 +66,6 @@ class IViewPermissionFactory(Interface): def __call__(context, request): """ Return an IViewPermission """ +class IURLDispatchModel(Interface): + """ A model that is created as a result of URL dispatching """ + |
