From fb707d33ffe8a18cce832950c595d96cd78342d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 3 May 2011 15:26:37 +0000
Subject: [PATCH] remove "experimental" warning

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

diff --git a/product/ERP5/Document/SolverTypeInformation.py b/product/ERP5/Document/SolverTypeInformation.py
index f36452201e..ec18c9e97a 100644
--- a/product/ERP5/Document/SolverTypeInformation.py
+++ b/product/ERP5/Document/SolverTypeInformation.py
@@ -33,8 +33,6 @@ from Products.ERP5Type.Core.Predicate import Predicate
 
 class SolverTypeInformation(Predicate, ERP5TypeInformation):
   """
-    EXPERIMENTAL - DO NOT USE THIS CLASS BESIDES R&D
-
     A Type Information class which (will) implement
     all Solver related methods
   """
-- 
2.30.9