lazy extractors: specify the encoding

When building with python3 the unicode characters are not escaped, python2 needs to know the encoding.
pull/8/head
Jaime Marquínez Ferrándiz 2016-02-11 14:49:02 +01:00
rodzic 779822d945
commit 0d778b1db9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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