[IMP] document :- change comment

bzr revid: ysa@tinyerp.co.in-20100319084637-414kuvw8m3dsj697
This commit is contained in:
Ysa (Open ERP) 2010-03-19 14:16:37 +05:30
parent 0067a88c5c
commit 345eb6c815
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class PptxIndex(indexer):
return ['.pptx']
def _doIndexFile(self,fname):
# f you want to Download docx2txt package then used http://sourceforge.net/projects/pptx2txt/" link.
# Download pptx2txt package then used http://sourceforge.net/projects/pptx2txt/" link.
# To install this tool, just copy pptx2txt.pl to appropriate place (e.g. /usr/bin directory)
fp = Popen(['pptx2txt.pl', fname], shell=False, stdout=PIPE).stdout
fp.read()