From 29fd92fdbd31d6f789a7c15fd25f03cc4eb9e14b Mon Sep 17 00:00:00 2001 From: Rafael Monnerat <rafael@nexedi.com> Date: Wed, 13 Dec 2006 19:06:01 +0000 Subject: [PATCH] Removed some comments git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11712 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Project.py | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/product/ERP5/Document/Project.py b/product/ERP5/Document/Project.py index 577411aa20..49455071c8 100644 --- a/product/ERP5/Document/Project.py +++ b/product/ERP5/Document/Project.py @@ -53,14 +53,11 @@ class Project(Order): # Default Properties property_sheets = ( - PropertySheet.Base, # id - PropertySheet.DublinCore, # description, title - PropertySheet.XMLObject, # synchro ? - PropertySheet.CategoryCore, # categories ? - PropertySheet.Arrow, # destination - PropertySheet.Task, # start_date, stop_date + PropertySheet.Base, + PropertySheet.DublinCore, + PropertySheet.XMLObject, + PropertySheet.CategoryCore, + PropertySheet.Arrow, + PropertySheet.Task, ) - # Declarative Interface - __implements__ = ( ) - -- 2.30.9