You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Small tweak
This commit is contained in:
@@ -182,8 +182,7 @@ class PythonParser(GenericASTBuilder):
|
||||
def p_start(self, args):
|
||||
'''
|
||||
# The start or goal symbol
|
||||
stmts ::= stmts sstmt
|
||||
stmts ::= sstmt
|
||||
stmts ::= sstmt+
|
||||
'''
|
||||
|
||||
def p_call_stmt(self, args):
|
||||
|
Reference in New Issue
Block a user