[Erp5-report] r42940 nicolas - /erp5/trunk/products/ERP5/Document/PDFDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 2 16:51:31 CET 2011


Author: nicolas
Date: Wed Feb  2 16:51:31 2011
New Revision: 42940

URL: http://svn.erp5.org?rev=42940&view=rev
Log:
revert r42894 as this hack didn't help to workaround a bug quickly.

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

Modified: erp5/trunk/products/ERP5/Document/PDFDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PDFDocument.py?rev=42940&r1=42939&r2=42940&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PDFDocument.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PDFDocument.py [utf8] Wed Feb  2 16:51:31 2011
@@ -218,7 +218,7 @@ class PDFDocument(Image):
 
     command_result = None
     try:
-      command = ['/usr/bin/pdf2djvu', tmp.name]
+      command = ['pdf2djvu', tmp.name]
       try:
         command_result = Popen(command, stdout=PIPE).communicate()[0]
       except OSError, e:



More information about the Erp5-report mailing list