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

View file

@ -1,6 +1,7 @@
import warnings
warnings.warn('my.coding.github is deprecated! Please use my.github.all instead!', DeprecationWarning)
warnings.warn('my.coding.github is deprecated! Please use my.github.all instead!')
# todo why aren't DeprecationWarning shown by default??
from ..github.all import events, get_events