kopia lustrzana https://github.com/noDRM/DeDRM_tools
Don't mask ImportError if dependencies are not met
rodzic
85e3db8f7c
commit
7b45d2128c
|
@ -15,9 +15,9 @@ except ImportError:
|
||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import ion
|
|
||||||
except:
|
|
||||||
from calibre_plugins.dedrm import ion
|
from calibre_plugins.dedrm import ion
|
||||||
|
except ImportError:
|
||||||
|
import ion
|
||||||
|
|
||||||
|
|
||||||
__license__ = 'GPL v3'
|
__license__ = 'GPL v3'
|
||||||
|
|
Ładowanie…
Reference in New Issue