Browse Source

Small correction

prieto 8 years ago
parent
commit
e9a0b7a924
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      lodel/leapi/datahandlers/base_classes.py

+ 1
- 2
lodel/leapi/datahandlers/base_classes.py View File

245
 # editorial object
245
 # editorial object
246
 #@todo Construct data implementation : transform the data into a LeObject
246
 #@todo Construct data implementation : transform the data into a LeObject
247
 #instance
247
 #instance
248
-#@todo Check data consistency implementation : check that LeObject instance
249
-#is from an allowed class
248
+
250
 class Reference(DataHandler):
249
 class Reference(DataHandler):
251
     base_type = "ref"
250
     base_type = "ref"
252
 
251
 

Loading…
Cancel
Save