kobo: BREAKING changes. Use kobuddy module directly, rename export_dir to export_path.

Hopefully this makes a lot of sense in the first place, and not that many users, so deserves breaking.
This commit is contained in:
Dima Gerasimov 2020-06-04 22:43:10 +01:00
parent db852b3927
commit 821eb47c93
6 changed files with 51 additions and 9 deletions

5
my/books/kobo.py Normal file
View file

@ -0,0 +1,5 @@
import warnings
warnings.warn('my.books.kobo is deprecated! Please use my.kobo instead!')
from ..kobo import *