mirror of https://github.com/scrapy/scrapy.git
fix scrapy/__init__.py
This commit is contained in:
parent
e9ee9454f9
commit
ef794251f6
|
|
@ -8,11 +8,10 @@ import warnings
|
|||
|
||||
from twisted import version as _txv
|
||||
|
||||
# Declare top-level shortcuts
|
||||
from scrapy.http import FormRequest, Request
|
||||
from scrapy.item import Field, Item
|
||||
from scrapy.selector import Selector
|
||||
|
||||
# Declare top-level shortcuts
|
||||
from scrapy.spiders import Spider
|
||||
|
||||
__all__ = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue