diff options
Diffstat (limited to 'python/databuffer.py')
| -rw-r--r-- | python/databuffer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/databuffer.py b/python/databuffer.py index 83e6018c..bb6a8ca5 100644 --- a/python/databuffer.py +++ b/python/databuffer.py @@ -23,7 +23,7 @@ import ctypes # Binary Ninja components from . import _binaryninjacore as core -class DataBuffer(object): +class DataBuffer: def __init__(self, contents:bytes=b"", handle=None): if handle is not None: self.handle = core.handle_of_type(handle, core.BNDataBuffer) |
