[Kss-devel] Superfluous view registration?
Jeroen Vloothuis
jeroen.vloothuis at xs4all.nl
Tue Mar 11 23:37:42 CET 2008
In kss.core's configure.zcml there is this small snippet:
<!-- (non-kss) browser view -->
<browser:page
for="*"
name="kss_view"
permission="zope.Public"
class=".browserview.KSSBrowserView"
allowed_attributes="attach_error"
</browser:page>
This seems to be used only by a single test (test_browserview.py).
Should this be something which is only registered for the tests or does
it have some actual use ?
More information about the Kss-devel
mailing list