projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0715994
)
tab cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 6 Jun 2008 17:13:12 +0000
(19:13 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 6 Jun 2008 17:13:12 +0000
(19:13 +0200)
Cython/Compiler/Parsing.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Parsing.py
b/Cython/Compiler/Parsing.py
index edd4e7b3a8a632d7d78a7923af0cd2bd881bd954..33ed9058aa719eb3b76ac67afb8925c43af6f9ad 100644
(file)
--- a/
Cython/Compiler/Parsing.py
+++ b/
Cython/Compiler/Parsing.py
@@
-981,7
+981,7
@@
def p_from_import_statement(s, first_statement = 0):
items.append(
(name,
ExprNodes.NameNode(name_pos,
- name = as_name or name)))
+
name = as_name or name)))
import_list = ExprNodes.ListNode(
imported_names[0][0], args = imported_name_strings)
dotted_name = Utils.EncodedString(dotted_name)
@@
-2164,7
+2164,7
@@
def p_module(s, pxd, full_module_name):
#
#----------------------------------------------
-def print_parse_tree(f, node, level, key = None):
+def print_parse_tree(f, node, level, key = None):
from Nodes import Node
ind = " " * level
if node: