projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65b6ca3
)
drop unused import
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 16 Dec 2010 18:49:55 +0000
(19:49 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 16 Dec 2010 18:49:55 +0000
(19:49 +0100)
Cython/Compiler/TreeFragment.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/TreeFragment.py
b/Cython/Compiler/TreeFragment.py
index 11721d144b14c6512065f08546469bd11e9ccacb..c50f4f9555567cb08390f869621d5b2993b71b58 100644
(file)
--- a/
Cython/Compiler/TreeFragment.py
+++ b/
Cython/Compiler/TreeFragment.py
@@
-5,7
+5,7
@@
import re
from StringIO import StringIO
from Scanning import PyrexScanner, StringSourceDescriptor
-from Symtab import
BuiltinScope,
ModuleScope
+from Symtab import ModuleScope
import Symtab
import PyrexTypes
from Visitor import VisitorTransform