Merge pull request #688 from stillzhl/master

add encoding utf-8 to the first line
This commit is contained in:
Mikhail Korobov 2014-06-26 00:26:12 +06:00
commit df4ba41c82
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
# Define your item pipelines here
#
# Don't forget to add your pipeline to the ITEM_PIPELINES setting

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
# Scrapy settings for $project_name project
#
# For simplicity, this file contains only the most important settings by