Browse Source

lazy extractors: specify the encoding

When building with python3 the unicode characters are not escaped, python2 needs to know the encoding.
master
Jaime Marquínez Ferrándiz 8 years ago
parent
commit
0d778b1db9
1 changed files with 1 additions and 0 deletions
  1. 1
      devscripts/lazy_load_template.py

1
devscripts/lazy_load_template.py

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

Loading…
Cancel
Save