diff -r 49075f57cf2c -r aa09e20dd8c0 web/views/eproperties.py --- a/web/views/eproperties.py Tue May 05 17:18:49 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -"""Specific views for EProperty - - -:organization: Logilab -:copyright: 2007-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. -:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -""" -__docformat__ = "restructuredtext en" - -from cubicweb.web.views import baseviews - -class EPropertyPrimaryView(baseviews.PrimaryView): - accepts = ('EProperty',) - skip_none = False