1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-27 04:24:05 +00:00

Corrected error in CSVFeedSpiders template

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40481
This commit is contained in:
elpolilla 2008-12-08 13:45:21 +00:00
parent 677064964b
commit 686ab9dbd1

View File

@ -1,5 +1,5 @@
# -*- coding: utf8 -*-
from decobot.common.spiders import DecobotCSVFeedSpider
from scrapy.contrib.spiders import CSVFeedSpider
class $classname(CSVFeedSpider):
domain_name = "$site"