[Erp5-report] r30669 - /erp5/trunk/products/ERP5/mixin/property_recordable.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 16 15:05:11 CET 2009


Author: kazuhiko
Date: Mon Nov 16 15:05:09 2009
New Revision: 30669

URL: http://svn.erp5.org?rev=30669&view=rev
Log:
add a missing import.

Modified:
    erp5/trunk/products/ERP5/mixin/property_recordable.py

Modified: erp5/trunk/products/ERP5/mixin/property_recordable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/property_recordable.py?rev=30669&r1=30668&r2=30669&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/property_recordable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/property_recordable.py [utf8] Mon Nov 16 15:05:09 2009
@@ -28,6 +28,7 @@
 
 import zope.interface
 from AccessControl import ClassSecurityInfo
+from Acquisition import aq_base
 from Products.ERP5Type import Permissions, interfaces
 from Products.ERP5Type.Globals import PersistentMapping
 




More information about the Erp5-report mailing list