fixed deprecated import in 'crawl' spider template (thanks Anibal)

This commit is contained in:
Pablo Hoffman 2009-09-12 20:59:04 -03:00
parent 90407d2789
commit 58bdd7303c
1 changed files with 1 additions and 1 deletions

View File

@ -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