mirror of https://github.com/scrapy/scrapy.git
fixed deprecated import in 'crawl' spider template (thanks Anibal)
This commit is contained in:
parent
90407d2789
commit
58bdd7303c
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf8 -*-
|
||||
import re
|
||||
|
||||
from scrapy.xpath import HtmlXPathSelector
|
||||
from scrapy.selector import HtmlXPathSelector
|
||||
from scrapy.contrib.linkextractors.sgml import SgmlLinkExtractor
|
||||
from scrapy.contrib.spiders import CrawlSpider, Rule
|
||||
from $project_name.items import ${ProjectName}Item
|
||||
|
|
|
|||
Loading…
Reference in New Issue