From c9d2ef64b7691a6699a534a0ce6706e5e7e13a6e Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Thu, 14 Sep 2006 23:15:11 +0000
Subject: [PATCH] Remove outdated XXX comment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9942 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Form/ListBox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Form/ListBox.py b/product/ERP5Form/ListBox.py
index c95e72dcbf..f7caa4598f 100644
--- a/product/ERP5Form/ListBox.py
+++ b/product/ERP5Form/ListBox.py
@@ -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
-- 
2.30.9