You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Forgot to define Python3ParserSingle
This commit is contained in:
@@ -660,6 +660,9 @@ class Python32Parser(Python3Parser):
|
|||||||
designator ::= STORE_LOCALS
|
designator ::= STORE_LOCALS
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
class Python3ParserSingle(Python3Parser, PythonParserSingle):
|
||||||
|
pass
|
||||||
|
|
||||||
class Python32ParserSingle(Python32Parser, PythonParserSingle):
|
class Python32ParserSingle(Python32Parser, PythonParserSingle):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user