[Erp5-report] r29506 - /erp5/trunk/products/ERP5Type/patches/transforms/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 9 11:13:19 CEST 2009


Author: nicolas.dumazet
Date: Fri Oct  9 11:13:18 2009
New Revision: 29506

URL: http://svn.erp5.org?rev=29506&view=rev
Log:
remove unused imports

Modified:
    erp5/trunk/products/ERP5Type/patches/transforms/png_to_text.py
    erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py

Modified: erp5/trunk/products/ERP5Type/patches/transforms/png_to_text.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/transforms/png_to_text.py?rev=29506&r1=29505&r2=29506&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/transforms/png_to_text.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/transforms/png_to_text.py [utf8] Fri Oct  9 11:13:18 2009
@@ -1,11 +1,8 @@
 from Products.PortalTransforms.interfaces import itransform
-from StringIO import StringIO
-import PIL.Image
 from Products.PortalTransforms.libtransforms.commandtransform \
     import popentransform
 
 import os
-import sys
 import tempfile
 
 class png_to_text(popentransform):

Modified: erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py?rev=29506&r1=29505&r2=29506&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py [utf8] Fri Oct  9 11:13:18 2009
@@ -26,7 +26,6 @@
 #
 ##############################################################################
 
-import os
 from Products.PortalTransforms.interfaces import itransform
 from Products.PortalTransforms.libtransforms.commandtransform import popentransform
 




More information about the Erp5-report mailing list