Skip to content

Commit

Permalink
lazy extractors: specify the encoding
Browse files Browse the repository at this point in the history
When building with python3 the unicode characters are not escaped, python2 needs to know the encoding.
  • Loading branch information
jaimeMF committed Feb 11, 2016
1 parent 6402748 commit eee1aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devscripts/lazy_load_template.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
# flake8: noqa
from __future__ import unicode_literals

Expand Down

0 comments on commit eee1aca

Please sign in to comment.