You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
import_as -> alias; and reinstate rule
This commit is contained in:
@@ -27,7 +27,7 @@ class Python21Parser(Python22Parser):
|
||||
|
||||
def p_import21(self, args):
|
||||
'''
|
||||
import_as ::= IMPORT_NAME_CONT store
|
||||
alias ::= IMPORT_NAME_CONT store
|
||||
'''
|
||||
|
||||
class Python21ParserSingle(Python22Parser, PythonParserSingle):
|
||||
|
Reference in New Issue
Block a user