Commit 387a8495 authored by Kevin Deldycke's avatar Kevin Deldycke

Minor modifications

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9597 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1b8ea4f6
......@@ -35,8 +35,7 @@ from Acquisition import aq_base, aq_inner, aq_acquire, aq_chain
from Products.CMFCore.PortalContent import PortalContent
from Products.CMFCore.Expression import Expression
from Products.CMFCore.utils import getToolByName
from Products.CMFCore.utils import _getViewFor
from Products.CMFCore.utils import getToolByName, _getViewFor
from Products.DCWorkflow.Transitions import TRIGGER_WORKFLOW_METHOD
......@@ -377,8 +376,7 @@ class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ):
security = ClassSecurityInfo()
# Declarative properties
property_sheets = ( PropertySheet.Base
, )
property_sheets = ( PropertySheet.Base, )
# We want to use a default property view
manage_propertiesForm = DTMLFile( 'dtml/properties', _dtmldir )
......
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