mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-21 03:28:26 +08:00
Rename SubModule to Module, because that's a more fitting description. There were reasons for the name before the new fast parser, but those don't exist anymore.
This commit is contained in:
@@ -90,7 +90,7 @@ class Parser(object):
|
||||
'expr_stmt': pt.ExprStmt,
|
||||
'classdef': pt.Class,
|
||||
'funcdef': pt.Function,
|
||||
'file_input': pt.SubModule,
|
||||
'file_input': pt.Module,
|
||||
'import_name': pt.ImportName,
|
||||
'import_from': pt.ImportFrom,
|
||||
'break_stmt': pt.KeywordStatement,
|
||||
|
||||
Reference in New Issue
Block a user