mirror of https://github.com/scrapy/scrapy.git
scrapy/squeue.py shim
This commit is contained in:
parent
f5bdf64f9c
commit
78dcd4e1e7
|
|
@ -0,0 +1,7 @@
|
|||
import warnings
|
||||
from scrapy.exceptions import ScrapyDeprecationWarning
|
||||
warnings.warn("Module `scrapy.squeue` is deprecated, "
|
||||
"use `scrapy.squeues` instead",
|
||||
ScrapyDeprecationWarning, stacklevel=2)
|
||||
|
||||
from scrapy.squeues import *
|
||||
Loading…
Reference in New Issue