Browse Source

Fixed the em_test.py (not fixed, just comments some lines) + update the em_test.pickle file

Yann Weber 9 years ago
parent
commit
222cae438c
2 changed files with 2 additions and 0 deletions
  1. 2
    0
      em_test.py
  2. BIN
      examples/em_test.pickle

+ 2
- 0
em_test.py View File

@@ -215,6 +215,7 @@ text_person.new_field(  'role',
215 215
                         group = editorial_person_group
216 216
 )
217 217
 
218
+"""
218 219
 person.new_field(   'linked_texts',
219 220
                     display_name = {
220 221
                         'eng': 'Linked texts',
@@ -243,5 +244,6 @@ text.new_field( 'linked_persons',
243 244
                 },
244 245
                 group = editorial_person_group,
245 246
 )
247
+"""
246 248
 
247 249
 em.save('picklefile', filename = '/tmp/em_test.pickle')

BIN
examples/em_test.pickle View File


Loading…
Cancel
Save