mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2025-07-15 14:08:21 +02:00
Merge pull request #51 from ashwini0529/master
fix python3 installation error
This commit is contained in:
commit
585a0ac3a4
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class JSTOR(Plugin):
|
|||
replacements.append([objid, better_content])
|
||||
|
||||
page_id += 1
|
||||
except PDFObjectNotFound, e:
|
||||
except PDFObjectNotFound as e:
|
||||
print >>sys.stderr, 'Missing object: %r' % e
|
||||
|
||||
if verbose >= 1 and replacements:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue