branch | stable |
changeset 6926 | 2cda8f1b4fae |
parent 6922 | cb1dd14a768f |
child 6931 | 0af44a38fe41 |
--- a/view.py Mon Jan 31 17:30:48 2011 +0100 +++ b/view.py Mon Jan 31 17:31:09 2011 +0100 @@ -385,6 +385,7 @@ def entity_call(self, entity, **kwargs): raise NotImplementedError() + class StartupView(View): """base class for views which doesn't need a particular result set to be displayed (so they can always be displayed !)