Hopefully this makes a lot of sense in the first place, and not that many users, so deserves breaking.
9 lines
249 B
Python
9 lines
249 B
Python
import warnings
|
|
|
|
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
|
|
|
|
# todo deprecate properly
|
|
iter_events = events
|