Commit 97dda59a authored by Stefan Behnel's avatar Stefan Behnel

move variable declarations out of the way of 2to3 in Py3.2

parent dab50d0f
......@@ -4,6 +4,8 @@ import cython
from ..Plex.Scanners cimport Scanner
cdef unicode any_string_prefix, IDENT
cdef get_lexicon()
cdef initial_compile_time_env()
......
......@@ -7,7 +7,6 @@ from __future__ import absolute_import
import cython
cython.declare(make_lexicon=object, lexicon=object,
any_string_prefix=cython.unicode, IDENT=cython.unicode,
print_function=object, error=object, warning=object,
os=object, platform=object)
......
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