From 4fdf197b847dc000c1e847bc529cab29b0f26f71 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 9 Nov 2009 10:51:54 +0000
Subject: [PATCH] renamed from ITargetSolver.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30423 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/interfaces/solver.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/product/ERP5/interfaces/solver.py b/product/ERP5/interfaces/solver.py
index fea07e79228..767cd3194bf 100644
--- a/product/ERP5/interfaces/solver.py
+++ b/product/ERP5/interfaces/solver.py
@@ -34,9 +34,9 @@ class ISolver(Interface):
 
   This interface must be implemented by all target solvers
   which are used to solve divergences in ERP5 simulation. Documents
-  which implement ITargetSolver provide a solve method.
+  which implement ISolver provide a solve method.
 
-  Besides ITargetSolver static interface definition, target solvers
+  Besides ISolver static interface definition, target solvers
   must support IDeliveryGetter to access simulation movements to solve.
 
   TODO-XXX: 
@@ -76,4 +76,4 @@ class ISolver(Interface):
   def isAborted():
     """
     Returns True if divergence resolution was aborted. False else.
-    """
\ No newline at end of file
+    """
-- 
2.30.9