remove obsolete caveat stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 21 Oct 2009 19:31:28 +0200
branchstable
changeset 3779 bb44b3a522fe
parent 3772 316d0b524db8
child 3780 4ff37d54aae1
remove obsolete caveat
web/views/tabs.py
--- a/web/views/tabs.py	Wed Oct 21 14:39:26 2009 +0200
+++ b/web/views/tabs.py	Wed Oct 21 19:31:28 2009 +0200
@@ -20,8 +20,6 @@
 class LazyViewMixin(object):
     """provides two convenience methods for the tab machinery
     can also be used to lazy-load arbitrary views
-    caveat : lazyview is not recursive, i.e : you can't (successfully)
-    lazyload a view that in turns does the same
     """
 
     def _prepare_bindings(self, vid, reloadable):