You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Limited support for Python 2.3
This commit is contained in:
@@ -16,7 +16,7 @@ JUMP_OPs = map(lambda op: opc.opname[op], opc.hasjrel + opc.hasjabs)
|
||||
|
||||
class Scanner35(Scanner3):
|
||||
|
||||
def __init__(self, show_asm=False):
|
||||
def __init__(self, show_asm=None):
|
||||
super(Scanner35, self).__init__(3.5, show_asm)
|
||||
return
|
||||
pass
|
||||
|
Reference in New Issue
Block a user