[Erp5-report] r11844 - /erp5/trunk/products/ERP5/Document/Binder.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 3 02:46:26 CET 2007


Author: jp
Date: Wed Jan  3 02:46:24 2007
New Revision: 11844

URL: http://svn.erp5.org?rev=11844&view=rev
Log:
Use Core Folder.

Modified:
    erp5/trunk/products/ERP5/Document/Binder.py

Modified: erp5/trunk/products/ERP5/Document/Binder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Binder.py?rev=11844&r1=11843&r2=11844&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Binder.py (original)
+++ erp5/trunk/products/ERP5/Document/Binder.py Wed Jan  3 02:46:24 2007
@@ -30,7 +30,7 @@
 from AccessControl import ClassSecurityInfo
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 
-from Products.ERP5Type.Document.Folder import Folder
+from Products.ERP5Type.Core.Folder import Folder
 from Products.ERP5.Document.Document import Document
 
 class Binder(Folder, Document):




More information about the Erp5-report mailing list