Commit 4c6364d9 authored by Stefan Behnel's avatar Stefan Behnel

Fix some imports.

parent 39b72b43
......@@ -13,7 +13,8 @@ import Cython
from ..Compiler.Main import Context
from ..Compiler.Options import default_options
from ..Compiler.ParseTreeTransforms import CythonTransform, SkipDeclarations, EnvTransform
from ..Compiler.Visitor import CythonTransform, EnvTransform
from ..Compiler.ParseTreeTransforms import SkipDeclarations
from ..Compiler.TreeFragment import parse_from_strings
from ..Compiler.StringEncoding import _unicode
from .Dependencies import strip_string_literals, cythonize, cached_function
......
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