web/form.py
changeset 4003 b9436fe77c9e
parent 3998 94cc7cad3d2d
child 4023 eae23c40627a
equal deleted inserted replaced
3998:94cc7cad3d2d 4003:b9436fe77c9e
    34         so we don't want them to be listed by appli.possible_views
    34         so we don't want them to be listed by appli.possible_views
    35         """
    35         """
    36         return False
    36         return False
    37 
    37 
    38 
    38 
    39 <<<<<<< /home/syt/src/fcubicweb/cubicweb/web/form.py
       
    40 =======
       
    41 # XXX should disappear
    39 # XXX should disappear
    42 class FormMixIn(object):
    40 class FormMixIn(object):
    43     """abstract form mix-in
    41     """abstract form mix-in
    44     XXX: you should inherit from this FIRST (obscure pb with super call)
    42     XXX: you should inherit from this FIRST (obscure pb with super call)
    45     """
    43     """
   190         return u''
   188         return u''
   191 
   189 
   192 
   190 
   193 ###############################################################################
   191 ###############################################################################
   194 
   192 
   195 >>>>>>> /tmp/form.py~other.xdns1y
       
   196 class metafieldsform(type):
   193 class metafieldsform(type):
   197     """metaclass for FieldsForm to retrieve fields defined as class attributes
   194     """metaclass for FieldsForm to retrieve fields defined as class attributes
   198     and put them into a single ordered list: '_fields_'.
   195     and put them into a single ordered list: '_fields_'.
   199     """
   196     """
   200     def __new__(mcs, name, bases, classdict):
   197     def __new__(mcs, name, bases, classdict):