# HG changeset patch # User Stephanie Marcu # Date 1281444991 -7200 # Node ID 28f49a4fe702cdc3c83edb4a1fc7566889de7a68 # Parent bdfbd6aa575840489bebbce1a12302f0a87f4074 [doc] docstring more explicit for pyviews diff -r bdfbd6aa5758 -r 28f49a4fe702 web/views/pyviews.py --- a/web/views/pyviews.py Tue Aug 10 14:22:17 2010 +0200 +++ b/web/views/pyviews.py Tue Aug 10 14:56:31 2010 +0200 @@ -15,14 +15,14 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""Views to display bare python values - +"""Basic views for python values (eg without any result set) """ __docformat__ = "restructuredtext en" from cubicweb.view import View from cubicweb.selectors import match_kwargs + class PyValTableView(View): __regid__ = 'pyvaltable' __select__ = match_kwargs('pyvalue')