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

!