From cb208cfff9e766db37104840cd7d7aecb8012d8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 16 Jul 2009 12:43:17 +0000
Subject: [PATCH]  - mark candidate to removal

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

diff --git a/product/ERP5/interfaces/business_buildable.py b/product/ERP5/interfaces/business_buildable.py
index 1b38eb1f28..40260dff39 100644
--- a/product/ERP5/interfaces/business_buildable.py
+++ b/product/ERP5/interfaces/business_buildable.py
@@ -31,6 +31,7 @@ from zope.interface import Interface
 
 class IBusinessBuildable(Interface):
   """Business Buildable interface specification"""
+
   def isBuildable(explanation):
     """Returns True if any of the related Simulation Movement
     is buildable and if the predecessor state is completed.
@@ -45,6 +46,8 @@ class IBusinessBuildable(Interface):
 
     'explanation' is the Order or Item or Document which is the
     cause of a root applied rule in the simulation
+
+    FIXME/JPS: Not sure if this will exist some day XXX
     """
 
   def build(explanation):
-- 
2.30.9