basabuuka_prototyp/venv/lib/python3.5/site-packages/scrapy/stats.py

9 lines
213 B
Python
Raw Normal View History

2020-08-16 19:36:44 +02:00
"""
Obsolete module, kept for giving a meaningful error message when trying to
import.
"""
raise ImportError("scrapy.stats usage has become obsolete, use "
"`crawler.stats` attribute instead")