From 62267e01d6eeaf8de871487898ad1ce02878c29a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 18 Jan 2009 23:38:47 +0000 Subject: Merge "routesmapper branch" to trunk. --- repoze/bfg/interfaces.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'repoze/bfg/interfaces.py') diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py index 4f78ae023..567fb6d33 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -186,4 +186,11 @@ HTTP_METHOD_INTERFACES = { 'DELETE':IDELETERequest, 'HEAD':IHEADRequest, } + +class IRoutesMapper(Interface): + """ Interface representing a Routes ``Mapper`` object """ + +class IContextNotFound(Interface): + """ Interface implemented by contexts generated by code which + cannot find a context during root finding or traversal """ -- cgit v1.2.3