mirror of https://github.com/scrapy/scrapy.git
add encoding utf-8 to the first line
This commit is contained in:
parent
8e77f27897
commit
943b6f90e9
|
|
@ -1,3 +1,5 @@
|
|||
#coding: utf-8
|
||||
|
||||
# Define here the models for your scraped items
|
||||
#
|
||||
# See documentation in:
|
||||
|
|
|
|||
Loading…
Reference in New Issue