From 5ae4ad955d0e1ec991aad0d885d3aa334b63506c Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sat, 7 Nov 2009 10:38:20 +0000
Subject: [PATCH] Quick comment of code before removal of interface.

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

diff --git a/product/ERP5/Document/DeliveryLine.py b/product/ERP5/Document/DeliveryLine.py
index 331e8f5d62..f81c09e8e2 100644
--- a/product/ERP5/Document/DeliveryLine.py
+++ b/product/ERP5/Document/DeliveryLine.py
@@ -68,7 +68,7 @@ class DeliveryLine(Movement, XMLObject, XMLMatrix, Variated,
                       , PropertySheet.SortIndex
                       )
 
-    zope.interface.implements(interfaces.IDivergenceSolver,)
+    #zope.interface.implements(interfaces.IDivergenceSolver,)
 
     # Multiple inheritance definition
     updateRelatedContent = XMLMatrix.updateRelatedContent
-- 
2.30.9