lazy extractors: specify the encoding
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 11 Feb 2016 13:49:02 +0000 (14:49 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 8 Apr 2016 19:50:07 +0000 (21:50 +0200)
When building with python3 the unicode characters are not escaped, python2 needs to know the encoding.

devscripts/lazy_load_template.py

index ae2bd27012ff27891f0757b88824bc7185d3e875..563d629f8c582889ee3b54bd131d8220dc6f2536 100644 (file)
@@ -1,3 +1,4 @@
+# encoding: utf-8
 # flake8: noqa
 from __future__ import unicode_literals