fixes python3 installation error

Fixes invalid syntax error
This commit is contained in:
Ashwini Purohit 2017-06-05 06:30:56 +05:30 committed by GitHub
parent c594ff41d6
commit 5669e4e289
1 changed files with 1 additions and 1 deletions

View File

@ -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: