From 14abca5448184d3d158f197b11497eff77f0c0e2 Mon Sep 17 00:00:00 2001
From: Alexandre Boeglin <alex@nexedi.com>
Date: Tue, 9 May 2006 12:34:19 +0000
Subject: [PATCH] Forgot to remove import of Entity.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7127 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Organisation.py | 1 -
 product/ERP5/Document/Person.py       | 1 -
 2 files changed, 2 deletions(-)

diff --git a/product/ERP5/Document/Organisation.py b/product/ERP5/Document/Organisation.py
index a3fb4d593a..78fd2a1111 100644
--- a/product/ERP5/Document/Organisation.py
+++ b/product/ERP5/Document/Organisation.py
@@ -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
 
diff --git a/product/ERP5/Document/Person.py b/product/ERP5/Document/Person.py
index 3852693e8e..2bcd6e1e0a 100644
--- a/product/ERP5/Document/Person.py
+++ b/product/ERP5/Document/Person.py
@@ -31,7 +31,6 @@ from AccessControl import ClassSecurityInfo
 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
-- 
2.30.9