Commit e739f254 authored by Stefan Behnel's avatar Stefan Behnel

drop unused import

parent 9ff18ae2
......@@ -19,7 +19,7 @@ import Errors
import Version
from Scanning import PyrexScanner, FileSourceDescriptor
from Errors import PyrexError, CompileError, InternalError, AbortError, error, warning
from Symtab import BuiltinScope, ModuleScope
from Symtab import ModuleScope
from Cython import Utils
from Cython.Utils import open_new_file, replace_suffix
import DebugFlags
......
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