View Single Post
Old 09-27-2014, 06:30 PM   #4
varlog
actually it is /var/log
varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.
 
varlog's Avatar
 
Posts: 341
Karma: 2994236
Join Date: Sep 2012
Location: usually Europa
Device: prs t1
Shortcut for impatient
for version 0.8.0 all plugin entry scripts should be renamed from:

WhatEver.py
into:
plugin.py

Additionally by PunctuationSmarten.py (befor or after changing the name):
Code:
import path
from path import pathof
from utf8_utils import utf8_str
should be changed into
Code:
import unipath
from unipath import pathof
from compatibility_utils import utf8_str
plugin.xml should/could be updated too but the plugins work again anyway.

@DiapDealer: I like KindleImport very much: seems to work better as KindleUnpack . Will KindleUnpack be updated?

Ok, I see DiapDealer has already reacted !

Last edited by varlog; 09-27-2014 at 06:50 PM.
varlog is offline