version 2 - a minor change to one script.
# try with built in Kindle Info files
k4 = True
+ if sys.platform.startswith('linux'):
+ k4 = False
+ kInfoFiles = None
infile = args[0]
outdir = args[1]
import mobidedrm
k4 = True
+ if sys.platform.startswith('linux'):
+ k4 = False
pids = []
serials = []
kInfoFiles = []
return of.name
def customization_help(self, gui=False):
- return 'Enter 10 character PIDs and/or Kindle serial numbers, separated by commas.'
+ return 'Enter 10 character PIDs and/or Kindle serial numbers, separated by commas.'
\ No newline at end of file
# try with built in Kindle Info files
k4 = True
+ if sys.platform.startswith('linux'):
+ k4 = False
+ kInfoFiles = None
infile = args[0]
outdir = args[1]
import mobidedrm
k4 = True
+ if sys.platform.startswith('linux'):
+ k4 = False
pids = []
serials = []
kInfoFiles = []
return of.name
def customization_help(self, gui=False):
- return 'Enter 10 character PIDs and/or Kindle serial numbers, separated by commas.'
+ return 'Enter 10 character PIDs and/or Kindle serial numbers, separated by commas.'
\ No newline at end of file
# try with built in Kindle Info files
k4 = True
+ if sys.platform.startswith('linux'):
+ k4 = False
+ kInfoFiles = None
infile = args[0]
outdir = args[1]
import mobidedrm
k4 = True
+ if sys.platform.startswith('linux'):
+ k4 = False
pids = []
serials = []
kInfoFiles = []
return of.name
def customization_help(self, gui=False):
- return 'Enter 10 character PIDs and/or Kindle serial numbers, separated by commas.'
+ return 'Enter 10 character PIDs and/or Kindle serial numbers, separated by commas.'
\ No newline at end of file
# try with built in Kindle Info files
k4 = True
+ if sys.platform.startswith('linux'):
+ k4 = False
+ kInfoFiles = None
infile = args[0]
outdir = args[1]
import mobidedrm
k4 = True
+ if sys.platform.startswith('linux'):
+ k4 = False
pids = []
serials = []
kInfoFiles = []
return of.name
def customization_help(self, gui=False):
- return 'Enter 10 character PIDs and/or Kindle serial numbers, separated by commas.'
+ return 'Enter 10 character PIDs and/or Kindle serial numbers, separated by commas.'
\ No newline at end of file