HPI/my/books/kobo.py
Dima Gerasimov 821eb47c93 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.
2020-06-04 22:50:52 +01:00

5 lines
113 B
Python

import warnings
warnings.warn('my.books.kobo is deprecated! Please use my.kobo instead!')
from ..kobo import *