From d0e6e9f187370070f17eeb4ee04a04f41e03a42e Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sat, 7 Nov 2009 11:01:34 +0000
Subject: [PATCH] Initial pseudo-code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30393 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/SolverDecision.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/product/ERP5/Document/SolverDecision.py b/product/ERP5/Document/SolverDecision.py
index d7a75fb306..2876081639 100644
--- a/product/ERP5/Document/SolverDecision.py
+++ b/product/ERP5/Document/SolverDecision.py
@@ -79,3 +79,7 @@ class SolverDecision(XMLObject):
                     , PropertySheet.DublinCore
                     , PropertySheet.SolverSelection
                     )
+
+  # Declarative interfaces
+  zope.interface.implements(interfaces.IConfigurable,
+                           )
-- 
2.30.9