remove redundancy

git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@221 1aa58f4a-7d42-0410-adbc-911cccaed67c
pull/1/head
yusuke.shinyama.dummy 2010-06-06 05:16:21 +00:00
parent f7be5fa72f
commit cf52476f5e
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ class PDFConverter(PDFLayoutAnalyzer):
fp.write(data) fp.write(data)
fp.close() fp.close()
return name return name
return
## TextConverter ## TextConverter