Browse Source

EmFieldgroups: unecessary comment

ArnAud 9 years ago
parent
commit
b403aef65b
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      EditorialModel/fieldgroups.py

+ 0
- 7
EditorialModel/fieldgroups.py View File

20
     ranked_in = 'class_id'
20
     ranked_in = 'class_id'
21
 
21
 
22
     ## List of fields
22
     ## List of fields
23
-    # @todo Bad storage, here we want an ordereddict not a tuple list
24
     _fields = [('class_id', ftypes.EmField_integer)]
23
     _fields = [('class_id', ftypes.EmField_integer)]
25
 
24
 
26
-    ## Instanciate an EmFieldGroup with data fetched from db
27
-    # @param id_or_name str|int: Identify the EmFieldGroup by name or by global_id
28
-    # @throw TypeError
29
-    # @see EditorialModel::components::EmComponent::__init__()
30
-    # @throw EditorialModel::components::EmComponentNotExistError
31
-
32
     @classmethod
25
     @classmethod
33
     ## Create a new EmFieldGroup
26
     ## Create a new EmFieldGroup
34
     #
27
     #

Loading…
Cancel
Save