web/views/eproperties.py
branchtls-sprint
changeset 688 cddfbdee0eb3
parent 0 b97547f5f1fa
child 691 35133d86970b
equal deleted inserted replaced
687:c23315c11185 688:cddfbdee0eb3
     5 :copyright: 2007-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     5 :copyright: 2007-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     7 """
     7 """
     8 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
     9 
     9 
       
    10 from cubicweb.selectors import implements
    10 from cubicweb.web.views import baseviews
    11 from cubicweb.web.views import baseviews
    11 
    12 
    12 class EPropertyPrimaryView(baseviews.PrimaryView):
    13 class EPropertyPrimaryView(baseviews.PrimaryView):
    13     accepts = ('EProperty',)
    14     __selectors__ = implements('EProperty')
    14     skip_none = False
    15     skip_none = False