소스 검색

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
 from __future__ import unicode_literals