remove meaningless cards for attributes
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 May 2009 11:35:56 +0200
changeset 1979 daf297034197
parent 1978 7df9c566aa3d
child 1980 35394365b6c1
remove meaningless cards for attributes
schemas/bootstrap.py
--- a/schemas/bootstrap.py	Thu May 28 11:35:29 2009 +0200
+++ b/schemas/bootstrap.py	Thu May 28 11:35:56 2009 +0200
@@ -58,7 +58,7 @@
     constrained_by = SubjectRelation('CWConstraint', cardinality='*1', composite='subject')
 
     cardinality = String(maxsize=2, internationalizable=True,
-                         vocabulary=[_('?1'), _('11'), _('??'), _('1?')],
+                         vocabulary=[_('?1'), _('11')],
                          description=_('subject/object cardinality'))
     ordernum = Int(description=('control subject entity\'s relations order'), default=0)