Remove inherit from object

This commit is contained in:
Alex Forencich
2020-12-24 14:44:42 -08:00
parent 7582067929
commit fcf6374c3c
8 changed files with 17 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ import mmap
from .utils import hexdump, hexdump_lines, hexdump_str
class Memory(object):
class Memory:
def __init__(self, size=1024, mem=None, *args, **kwargs):
if mem is not None:
self.mem = mem