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
1 changed files with 1 additions and 1 deletions

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"