tools v3.8

version 2 - a minor change to one script.
This commit is contained in:
Apprentice Alf 2011-04-01 17:54:18 +01:00
parent 4163d5ccf4
commit 529dd3f160
5 changed files with 24 additions and 4 deletions

View file

@ -231,6 +231,9 @@ def main(argv=sys.argv):
# try with built in Kindle Info files
k4 = True
if sys.platform.startswith('linux'):
k4 = False
kInfoFiles = None
infile = args[0]
outdir = args[1]
@ -267,6 +270,8 @@ if not __name__ == "__main__" and inCalibre:
import mobidedrm
k4 = True
if sys.platform.startswith('linux'):
k4 = False
pids = []
serials = []
kInfoFiles = []

View file

@ -231,6 +231,9 @@ def main(argv=sys.argv):
# try with built in Kindle Info files
k4 = True
if sys.platform.startswith('linux'):
k4 = False
kInfoFiles = None
infile = args[0]
outdir = args[1]
@ -267,6 +270,8 @@ if not __name__ == "__main__" and inCalibre:
import mobidedrm
k4 = True
if sys.platform.startswith('linux'):
k4 = False
pids = []
serials = []
kInfoFiles = []

View file

@ -231,6 +231,9 @@ def main(argv=sys.argv):
# try with built in Kindle Info files
k4 = True
if sys.platform.startswith('linux'):
k4 = False
kInfoFiles = None
infile = args[0]
outdir = args[1]
@ -267,6 +270,8 @@ if not __name__ == "__main__" and inCalibre:
import mobidedrm
k4 = True
if sys.platform.startswith('linux'):
k4 = False
pids = []
serials = []
kInfoFiles = []

View file

@ -231,6 +231,9 @@ def main(argv=sys.argv):
# try with built in Kindle Info files
k4 = True
if sys.platform.startswith('linux'):
k4 = False
kInfoFiles = None
infile = args[0]
outdir = args[1]
@ -267,6 +270,8 @@ if not __name__ == "__main__" and inCalibre:
import mobidedrm
k4 = True
if sys.platform.startswith('linux'):
k4 = False
pids = []
serials = []
kInfoFiles = []