Skip to content

Commit

Permalink
Remove all bits of old API from outside of try blocks
Browse files Browse the repository at this point in the history
Thanks to Kris Thielemans for troubleshooting.  Closes #13.
  • Loading branch information
rschroll committed Jan 9, 2014
1 parent 3f3bbea commit 070f404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prsannots/pagetext.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from pdfminer.pdfparser import PDFParser
from pdfminer.pdfinterp import PDFResourceManager, PDFPageInterpreter
from pdfminer.layout import LAParams, LTAnon, LTTextBox
from pdfminer.layout import LAParams, LTTextBox
from pdfminer.converter import PDFPageAggregator

# pdfminer suddenly decided to change its API...
Expand Down

0 comments on commit 070f404

Please sign in to comment.