projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d60c7
)
another merge fix
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 21 Oct 2009 06:49:05 +0000
(08:49 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 21 Oct 2009 06:49:05 +0000
(08:49 +0200)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index 9d8323570654d569ced04d90db70e481b542aa72..e9206ca8faa85cbae346027ae65f1cf93f8b6a6e 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-17,7
+17,7
@@
import Naming
import PyrexTypes
import TypeSlots
from PyrexTypes import py_object_type, error_type, CTypedefType, CFuncType
-from Symtab import ModuleScope, LocalScope,
GeneratorLocalScope,
ClosureScope, \
+from Symtab import ModuleScope, LocalScope, ClosureScope, \
StructOrUnionScope, PyClassScope, CClassScope
from Cython.Utils import open_new_file, replace_suffix
from Code import UtilityCode