浏览代码

lazy extractors: specify the encoding

When building with python3 the unicode characters are not escaped, python2 needs to know the encoding.
Jaime Marquínez Ferrándiz 9 年之前
父节点
当前提交
0d778b1db9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      devscripts/lazy_load_template.py

+ 1 - 0
devscripts/lazy_load_template.py

@@ -1,3 +1,4 @@
+# encoding: utf-8
 # flake8: noqa
 # flake8: noqa
 from __future__ import unicode_literals
 from __future__ import unicode_literals