[Erp5-report] r12348 - /erp5/trunk/products/ERP5/Document/Image.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 24 18:24:28 CET 2007


Author: bartek
Date: Wed Jan 24 18:24:25 2007
New Revision: 12348

URL: http://svn.erp5.org?rev=12348&view=rev
Log:
added missing import of html_quote

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

Modified: erp5/trunk/products/ERP5/Document/Image.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Image.py?rev=12348&r1=12347&r2=12348&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Image.py (original)
+++ erp5/trunk/products/ERP5/Document/Image.py Wed Jan 24 18:24:25 2007
@@ -32,6 +32,7 @@
 from AccessControl import ClassSecurityInfo
 from Acquisition import aq_base
 
+from DocumentTemplate.DT_Util import html_quote
 from Products.CMFCore.WorkflowCore import WorkflowMethod
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from Products.ERP5.Document.File import File




More information about the Erp5-report mailing list