diff --git a/scrapy/squeue.py b/scrapy/squeue.py new file mode 100644 index 000000000..a4a3f4238 --- /dev/null +++ b/scrapy/squeue.py @@ -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 *