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

8 lines
276 B
Python
Raw Normal View History

2020-08-16 19:36:44 +02:00
import warnings
from scrapy.exceptions import ScrapyDeprecationWarning
warnings.warn("Module `scrapy.telnet` is deprecated, "
"use `scrapy.extensions.telnet` instead",
ScrapyDeprecationWarning, stacklevel=2)
from scrapy.extensions.telnet import *