]> xmof Git - DeDRM.git/commit
Old style exceptions are syntax errors in Python 3
authorChristian Clauss <cclauss@me.com>
Sun, 27 Sep 2020 23:00:21 +0000 (01:00 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Sep 2020 23:00:21 +0000 (01:00 +0200)
commit1eaee6a0a8ef75c1ff671775c1c3313b2b7d0e91
treeb061522861ae5e700fa824b88593c9408d36b906
parent3f644ddfd61d5258ad3523fa291c82dcc4e014d3
Old style exceptions are syntax errors in Python 3

Switch to new style exceptions which work on both Python 2 and Python 3.
DeDRM_plugin/ignoblepdf.py