diff -r fd019f41aa2f -r b5c73b5cdc68 web/component.py --- a/web/component.py Tue Feb 17 13:48:58 2009 +0100 +++ b/web/component.py Tue Feb 17 13:54:23 2009 +0100 @@ -17,8 +17,9 @@ _ = unicode +class VComponent(ComponentMixIn, View): pass -class EntityVComponent(ComponentMixIn, View): +class EntityVComponent(VComponent): """abstract base class for additinal components displayed in content headers and footer according to: