Fix RSA.import_key (fixes #101)

Apparently "import_key" only exists in newer versions (as an alias to
"importKey"). "importKey" works in all versions ...
This commit is contained in:
NoDRM
2022-07-16 09:48:27 +02:00
parent 077e8f5c2a
commit c15135b12f
3 changed files with 3 additions and 3 deletions

View File

@@ -69,4 +69,4 @@ List of changes since the fork of Apprentice Harper's repository:
## Fixes on master (not yet released):
- (None)
- Fix a bug introduced with #48 that breaks DeDRM'ing on Calibre 4 (fixes #101).