Skip to content

Commit

Permalink
Merge pull request scrapy#688 from stillzhl/master
Browse files Browse the repository at this point in the history
add encoding utf-8 to the first line
  • Loading branch information
kmike committed Jun 25, 2014
2 parents 436c1c8 + 86a60e2 commit df4ba41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapy/templates/project/module/items.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

# Define here the models for your scraped items
#
# See documentation in:
Expand Down
2 changes: 2 additions & 0 deletions scrapy/templates/project/module/pipelines.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

# Define your item pipelines here
#
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
Expand Down
2 changes: 2 additions & 0 deletions scrapy/templates/project/module/settings.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

# Scrapy settings for $project_name project
#
# For simplicity, this file contains only the most important settings by
Expand Down

0 comments on commit df4ba41

Please sign in to comment.