mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2025-10-23 23:07:47 -04:00
Don't rule out running from the command line
This commit is contained in:
parent
981aadc497
commit
0e0d7d8b14
1 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,10 @@ import shutil
|
|||
import zipfile
|
||||
|
||||
from io import BytesIO
|
||||
from calibre_plugins.dedrm.ion import DrmIon, DrmIonVoucher
|
||||
try:
|
||||
from ion import DrmIon, DrmIonVoucher
|
||||
except:
|
||||
from calibre_plugins.dedrm.ion import DrmIon, DrmIonVoucher
|
||||
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue