Browse Source

[EmFieldGroup] Ajout du constructeur

Roland Haroutiounian 9 years ago
parent
commit
ac181b4f27
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      EditorialModel/fieldgroups.py

+ 3
- 0
EditorialModel/fieldgroups.py View File

@@ -23,6 +23,9 @@ class EmFieldGroup(EmComponent):
23 23
     ## List of fields
24 24
     _fields = [('class_id', ftypes.EmField_integer)]
25 25
 
26
+    def __init__(self, data, components):
27
+        super(EmFieldgroup, self).__init__(data, components)
28
+
26 29
     @classmethod
27 30
     ## Create a new EmFieldGroup
28 31
     #

Loading…
Cancel
Save