[Grok-dev] Re: SVN: grok/branches/ksmith_mcweekly-groklets/src/grok/ initial prototype

Philipp von Weitershausen philipp at weitershausen.de
Tue Oct 2 17:43:47 EDT 2007


Kevin Smith wrote:
> Modified: grok/branches/ksmith_mcweekly-groklets/src/grok/components.py
> ===================================================================
> --- grok/branches/ksmith_mcweekly-groklets/src/grok/components.py	2007-10-01 20:38:37 UTC (rev 80454)
> +++ grok/branches/ksmith_mcweekly-groklets/src/grok/components.py	2007-10-01 20:45:16 UTC (rev 80455)
> @@ -480,3 +480,99 @@
>  
>  class Skin(object):
>      pass
> +
> +class Groklet(BrowserPage):
> +    """ Groklet - viewlets without viewletmanagers

Why do groklets inherit from BrowserPage? Are they publishable via URL? 
It seems to me this is more of an accident...


-- 
http://worldcookery.com -- Professional Zope documentation and training


More information about the Grok-dev mailing list