Commit 00655be6 authored by Kevin Deldycke's avatar Kevin Deldycke

Fix a typo that make pdftk not working in Mandriva 2006.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5015 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a5c7dc53
......@@ -92,7 +92,7 @@ class PDFTk :
out = self._getOutput(
PDFTK_EXECUTABLE+
" %s fill_form %s output - flattern "%(
" %s fill_form %s output - flatten "%(
pdfFormFileName, fdfFormFileName))
os.remove(fdfFormFileName)
os.remove(pdfFormFileName)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment