Remove one more old-style Python class

This commit is contained in:
rocky
2016-05-03 03:55:43 -04:00
parent 62f6220082
commit fe04b97c6b

View File

@@ -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.