author | Thierry Florac <thierry.florac@onf.fr> |
Mon, 26 Nov 2018 11:04:35 +0100 | |
changeset 253 | b6ff1877cb48 |
parent 252 | 830495568da4 |
child 254 | bcee7f49b3ea |
--- a/src/pyams_default_theme/interfaces/__init__.py Mon Nov 26 11:04:15 2018 +0100 +++ b/src/pyams_default_theme/interfaces/__init__.py Mon Nov 26 11:04:35 2018 +0100 @@ -49,3 +49,7 @@ header = Attribute("Header") button_title = Attribute("Button's target") + + +class ISearchResultsView(Interface): + """Search results view marker interface"""