Commit d3148c2c authored by Jérome Perrin's avatar Jérome Perrin

add a minimal docstring and remove unsuded imports


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28028 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48f74f5f
...@@ -33,13 +33,8 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, interfaces ...@@ -33,13 +33,8 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, interfaces
from Products.ERP5.Document.Predicate import Predicate from Products.ERP5.Document.Predicate import Predicate
from Products.ERP5.Document.MetaNode import MetaNode from Products.ERP5.Document.MetaNode import MetaNode
from Products.ERP5.Document.InventoryCell import InventoryCell
from zLOG import LOG
class BudgetCell(Predicate, MetaNode): class BudgetCell(Predicate, MetaNode):
""" """ Budget Cell defines a cell of budget.
BudgetCell ...
""" """
# Default Properties # Default Properties
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment