Hopefully this makes a lot of sense in the first place, and not that many users, so deserves breaking.
5 lines
113 B
Python
5 lines
113 B
Python
import warnings
|
|
|
|
warnings.warn('my.books.kobo is deprecated! Please use my.kobo instead!')
|
|
|
|
from ..kobo import *
|