Commit 779c3591 authored by Stefan Behnel's avatar Stefan Behnel

Fix build in Py2 when Lexicon.py is not compiled.

parent b705b62a
......@@ -3,7 +3,7 @@
# Cython Scanner - Lexical Definitions
#
from __future__ import absolute_import
from __future__ import absolute_import, unicode_literals
raw_prefixes = "rR"
bytes_prefixes = "bB"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment