You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
3.7+ multiple imports of dotted path
This commit is contained in:
@@ -346,7 +346,7 @@ class Python37Parser(Python37BaseParser):
|
||||
attribute37 ::= expr LOAD_METHOD
|
||||
|
||||
stmt ::= import_from37
|
||||
importlist37 ::= importlist37 alias
|
||||
importlist37 ::= importlist37 alias37
|
||||
importlist37 ::= alias37
|
||||
alias37 ::= IMPORT_NAME store
|
||||
alias37 ::= IMPORT_FROM store
|
||||
|
Reference in New Issue
Block a user