You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Remove one more old-style Python class
This commit is contained in:
@@ -33,7 +33,7 @@ from uncompyle6.opcodes import (opcode_25, opcode_26, opcode_27,
|
||||
opcode_32, opcode_33, opcode_34, opcode_35)
|
||||
|
||||
|
||||
class Code:
|
||||
class Code(object):
|
||||
'''
|
||||
Class for representing code-objects.
|
||||
|
||||
|
Reference in New Issue
Block a user