basabuuka_prototyp/venv/lib/python3.5/site-packages/scrapy/command.py
2020-08-16 19:36:44 +02:00

7 lines
259 B
Python

import warnings
from scrapy.exceptions import ScrapyDeprecationWarning
warnings.warn("Module `scrapy.command` is deprecated, "
"use `scrapy.commands` instead",
ScrapyDeprecationWarning, stacklevel=2)
from scrapy.commands import *