--- 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 <http://www.gnu.org/licenses/>.
-"""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')