You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Python 3 code cleanup
This commit is contained in:
@@ -16,7 +16,7 @@ from uncompyle6.scanners.scanner3 import Scanner3
|
||||
class Scanner32(Scanner3):
|
||||
|
||||
def __init__(self, show_asm=None):
|
||||
super(Scanner3, self).__init__(3.2, show_asm)
|
||||
Scanner3.__init__(self, 3.2, show_asm)
|
||||
return
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user