You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Add UNARY convert; improve 2.1 imports
This commit is contained in:
@@ -38,6 +38,7 @@ class PythonParser(GenericASTBuilder):
|
||||
# Python < 3
|
||||
'print_items',
|
||||
# PyPy:
|
||||
'imports_cont',
|
||||
'kvlist_n']
|
||||
self.collect = frozenset(nt_list)
|
||||
|
||||
|
Reference in New Issue
Block a user