Commit c9d2ef64 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove outdated XXX comment.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 17f25fbf
......@@ -2799,7 +2799,7 @@ class ListBoxValidator(Validator.Validator):
value = my_field.validator.validate(my_field, key, REQUEST) # We need cell
# Here we set the property
listbox[uid[4:]][sql] = value
except ValidationError, err: # XXXX import missing
except ValidationError, err:
pass
except KeyError:
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment