[Erp5-report] r9597 - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 31 17:21:24 CEST 2006


Author: kevin
Date: Thu Aug 31 17:21:17 2006
New Revision: 9597

URL: http://svn.erp5.org?rev=9597&view=rev
Log:
Minor modifications

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=9597&r1=9596&r2=9597&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py (original)
+++ erp5/trunk/products/ERP5Type/Base.py Thu Aug 31 17:21:17 2006
@@ -35,8 +35,7 @@
 
 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 @@
   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 )




More information about the Erp5-report mailing list