Commit 29fd92fd authored by Rafael Monnerat's avatar Rafael Monnerat

Removed some comments



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11712 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc955ef0
......@@ -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__ = ( )
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