add warning, pushshift install to tests
This commit is contained in:
parent
a036461daf
commit
252037c97b
2 changed files with 6 additions and 2 deletions
|
@ -15,7 +15,10 @@ REQUIRES = [
|
|||
'git+https://github.com/karlicoss/rexport',
|
||||
]
|
||||
|
||||
from my.core import warnings as W
|
||||
|
||||
# TODO: add link to instructions to migrate
|
||||
W.high("DEPRECATED! Instead of my.reddit, import from my.reddit.all instead.")
|
||||
|
||||
# TODO: add warning here
|
||||
|
||||
from .rexport import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue