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