Commit 6a7cd28b authored by Stefan Behnel's avatar Stefan Behnel

make import explicit (would be better to avoid the star imports, though)

parent 812275e9
...@@ -5,7 +5,7 @@ from Cython.Compiler.ExprNodes import * ...@@ -5,7 +5,7 @@ from Cython.Compiler.ExprNodes import *
from Cython.Compiler.UtilNodes import * from Cython.Compiler.UtilNodes import *
from Cython.Compiler.TreeFragment import TreeFragment, TemplateTransform from Cython.Compiler.TreeFragment import TreeFragment, TemplateTransform
from Cython.Compiler.StringEncoding import EncodedString from Cython.Compiler.StringEncoding import EncodedString
from Cython.Compiler.Errors import CompileError from Cython.Compiler.Errors import error, CompileError
try: try:
set set
except NameError: except NameError:
......
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