1
0
forked from VimPlug/jedi

statement refactoring.

This commit is contained in:
Dave Halter
2014-10-09 11:36:27 +02:00
parent a0092c2653
commit 843efb43e9
2 changed files with 2 additions and 26 deletions

View File

@@ -47,7 +47,7 @@ del python_grammar_no_print_statement.keywords["print"]
from jedi.parser import representation as pr
_ast_mapping = {
#'simple_stmt': pr.ExprStmt,
'simple_stmt': pr.ExprStmt,
'classdef': pr.Class,
'funcdef': pr.Function,
'file_input': pr.SubModule,