android.py name change to androidkindlekey.py

This commit is contained in:
Apprentice Alf
2015-03-17 07:05:00 +00:00
parent c7c34274e9
commit 27d8f08b54
9 changed files with 9 additions and 33 deletions

View File

@@ -80,12 +80,12 @@ if inCalibre:
from calibre_plugins.dedrm import mobidedrm
from calibre_plugins.dedrm import topazextract
from calibre_plugins.dedrm import kgenpids
from calibre_plugins.dedrm import android
from calibre_plugins.dedrm import androidkindlekey
else:
import mobidedrm
import topazextract
import kgenpids
import android
import androidkindlekey
# Wrap a stream so that output gets flushed immediately
# and also make sure that any unicode strings get
@@ -317,8 +317,7 @@ def cli_main():
if o == '-a':
if a == None:
continue
serials.extend(android.get_serials(a))
serials.extend(android.get_serials())
serials.extend(androidkindlekey.get_serials(a))
# try with built in Kindle Info files if not on Linux
k4 = not sys.platform.startswith('linux')