mirror of https://github.com/scrapy/scrapy.git
scrapy/contrib/exporter shims
This commit is contained in:
parent
7804b3d778
commit
152594ce99
|
|
@ -0,0 +1,7 @@
|
|||
import warnings
|
||||
from scrapy.exceptions import ScrapyDeprecationWarning
|
||||
warnings.warn("Module `scrapy.contrib.exporter` is deprecated, "
|
||||
"use `scrapy.exporters` instead",
|
||||
ScrapyDeprecationWarning, stacklevel=2)
|
||||
|
||||
from scrapy.exporters import *
|
||||
Loading…
Reference in New Issue