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:
parent
db852b3927
commit
821eb47c93
6 changed files with 51 additions and 9 deletions
5
my/books/kobo.py
Normal file
5
my/books/kobo.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import warnings
|
||||
|
||||
warnings.warn('my.books.kobo is deprecated! Please use my.kobo instead!')
|
||||
|
||||
from ..kobo import *
|
Loading…
Add table
Add a link
Reference in a new issue