removed unused import from 'crawl' spider template

This commit is contained in:
Pablo Hoffman 2011-07-20 01:04:16 -03:00
parent e3f640c7bf
commit 9f742fc97c
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
import re
from scrapy.selector import HtmlXPathSelector
from scrapy.contrib.linkextractors.sgml import SgmlLinkExtractor
from scrapy.contrib.spiders import CrawlSpider, Rule