From 79957510964157dae99201b1b6a14ef209bc50f7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 5 Jul 2008 02:29:54 +0000 Subject: Use WebOb. Return a NotFound when we can't adapt. --- 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 e915519e0..803cf237a 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -19,3 +19,6 @@ class ITraverser(Interface): def __call__(environ, name): """ Return a subcontext or based on name """ +class IWebObRequest(Interface): + """ Marker interface for a webob.Request object """ + -- cgit v1.2.3