Quote:
Originally Posted by KevinH
So unless KindleImport.py and mobi_stuff.py actually need the from future unicode_literals stuff, can we remove them?
|
Yep. They don't
have to be there. I've just gotten in the habit of trying to keep my scripts as close to Python3-ready as I can. I think there's a couple of tweaks to some of the struct hex-string stuff in mobiHeaderLight and SectionerLight, but that's no big deal to fix. I'll take a peek later tonight/early tomorrow.