[Erp5-report] r11843 - /erp5/trunk/products/ERP5/Document/BankAccount.py

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


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

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

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

Modified: erp5/trunk/products/ERP5/Document/BankAccount.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BankAccount.py?rev=11843&r1=11842&r2=11843&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BankAccount.py (original)
+++ erp5/trunk/products/ERP5/Document/BankAccount.py Wed Jan  3 02:46:02 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.Coordinate import Coordinate
 from Products.ERP5.Document.MetaNode import MetaNode
 import string




More information about the Erp5-report mailing list