[Erp5-report] r7127 - in /erp5/trunk/products/ERP5/Document: Organisation.py Person.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 9 14:34:20 CEST 2006


Author: alex
Date: Tue May  9 14:34:19 2006
New Revision: 7127

URL: http://svn.erp5.org?rev=7127&view=rev
Log:
Forgot to remove import of Entity.

Modified:
    erp5/trunk/products/ERP5/Document/Organisation.py
    erp5/trunk/products/ERP5/Document/Person.py

Modified: erp5/trunk/products/ERP5/Document/Organisation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Organisation.py?rev=7127&r1=7126&r2=7127&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Organisation.py (original)
+++ erp5/trunk/products/ERP5/Document/Organisation.py Tue May  9 14:34:19 2006
@@ -28,7 +28,6 @@
 
 from AccessControl import ClassSecurityInfo
 
-from Products.ERP5.Document.Entity import Entity
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from Products.ERP5Type.XMLObject import XMLObject
 

Modified: erp5/trunk/products/ERP5/Document/Person.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Person.py?rev=7127&r1=7126&r2=7127&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Person.py (original)
+++ erp5/trunk/products/ERP5/Document/Person.py Tue May  9 14:34:19 2006
@@ -31,7 +31,6 @@
 from Products.CMFCore.utils import getToolByName
 
 from Products.ERP5.Core.Node import Node
-from Products.ERP5.Document.Entity import Entity
 
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from Products.ERP5Type.Utils import assertAttributePortalType




More information about the Erp5-report mailing list