diff --git a/product/ERP5/Document/BudgetCell.py b/product/ERP5/Document/BudgetCell.py index 756cec7f2454a62c1ed74292bfa0a941f7e7bb79..bc1f2e5ea5515b74be2ee882ee874db4089ce9be 100644 --- a/product/ERP5/Document/BudgetCell.py +++ b/product/ERP5/Document/BudgetCell.py @@ -33,13 +33,8 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, interfaces from Products.ERP5.Document.Predicate import Predicate from Products.ERP5.Document.MetaNode import MetaNode -from Products.ERP5.Document.InventoryCell import InventoryCell - -from zLOG import LOG - class BudgetCell(Predicate, MetaNode): - """ - BudgetCell ... + """ Budget Cell defines a cell of budget. """ # Default Properties