From 05c02322f5a09c14f49c529d6fd885153e52c66f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 24 Jun 2009 19:23:43 +0000 Subject: Merge noroutes branch to trunk. --- repoze/bfg/interfaces.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repoze/bfg/interfaces.py') diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py index b8f62c05f..2dcddd483 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -230,6 +230,9 @@ class IAuthorizationPolicy(Interface): def principals_allowed_by_permission(context, permission): """ Return a set of principal identifiers allowed by the permission """ +class IRequestFactories(Interface): + """ Marker interface for utilities representing request factories """ + # VH_ROOT_KEY is an interface; its imported from other packages (e.g. # traversalwrapper) VH_ROOT_KEY = 'HTTP_X_VHM_ROOT' -- cgit v1.2.3