web/views/eproperties.py
changeset 0 b97547f5f1fa
child 688 cddfbdee0eb3
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 """Specific views for EProperty
       
     2 
       
     3 
       
     4 :organization: Logilab
       
     5 :copyright: 2007-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
       
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7 """
       
     8 __docformat__ = "restructuredtext en"
       
     9 
       
    10 from cubicweb.web.views import baseviews
       
    11 
       
    12 class EPropertyPrimaryView(baseviews.PrimaryView):
       
    13     accepts = ('EProperty',)
       
    14     skip_none = False