From 95e7329abf36d88f107ee84891bbfc65724ca758 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Tue, 5 Mar 2013 19:25:00 +0100 Subject: [PATCH] Revert to POSIX path - win7 kindlegen seems to want them --- kcc/comic2ebook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py index a6c0b51..bcb87ff 100755 --- a/kcc/comic2ebook.py +++ b/kcc/comic2ebook.py @@ -179,13 +179,13 @@ def buildOPF(profile, dstdir, title, filelist, cover=None, righttoleft=False): uniqueid = os.path.join(folder, filename[0]).replace('/', '_').replace('\\', '_') reflist.append(uniqueid) f.write("\n") if '.png' == filename[1]: mt = 'image/png' else: mt = 'image/jpeg' - f.write("\n") if (options.profile == 'K4' or options.profile == 'KHD') and splitCount > 0: splitCountUsed = 1