Propagate changes

This commit is contained in:
Zhuoyun Wei
2018-04-18 04:58:45 -04:00
parent 4f1e9fcf43
commit 12ce977d79
4 changed files with 18 additions and 10 deletions

View File

@@ -15,9 +15,9 @@ except ImportError:
from StringIO import StringIO
try:
import ion
except:
from calibre_plugins.dedrm import ion
except ImportError:
import ion
__license__ = 'GPL v3'