Mostly Mac fixes. mobidedrm.py now works, and k4mobidedrm for at least some input. kindlekey.py should be working too. But lots more changes and testing to do.
This commit is contained in:
@@ -22,7 +22,10 @@ __version__ = "1.1"
|
||||
|
||||
import sys
|
||||
import zlib
|
||||
import calibre_plugins.dedrm.zipfilerugged as zipfilerugged
|
||||
try:
|
||||
import zipfilerugged
|
||||
except:
|
||||
import calibre_plugins.dedrm.zipfilerugged as zipfilerugged
|
||||
import os
|
||||
import os.path
|
||||
import getopt
|
||||
|
||||
Reference in New Issue
Block a user