Do not impose an arbitrary encoding in spider templates, because we don't know beforehand what enconding our users will use in their editors.

This commit is contained in:
Pablo Hoffman 2009-09-12 21:04:21 -03:00
parent 58bdd7303c
commit dc82550058
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf8 -*-
import re
from scrapy.selector import HtmlXPathSelector

View File

@ -1,4 +1,3 @@
# -*- coding: utf8 -*-
from scrapy.contrib.spiders import CSVFeedSpider
from $project_name.items import ${ProjectName}Item

View File

@ -1,4 +1,3 @@
# -*- coding: utf8 -*-
from scrapy.contrib.spiders import XMLFeedSpider
from $project_name.items import ${ProjectName}Item