Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

hemamaps / Scrapy   python

Repository URL to install this package:

Version: 1.1.1 

/ stats.py


"""
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")