From d37f7abfe4c1b23426b0fbdc85ae31788602ff28 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 24 Jun 2021 09:19:08 -0400 Subject: Don't inherit from object anymore --- python/fileaccessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fileaccessor.py') diff --git a/python/fileaccessor.py b/python/fileaccessor.py index f848cb22..7d46c5c5 100644 --- a/python/fileaccessor.py +++ b/python/fileaccessor.py @@ -25,7 +25,7 @@ import ctypes from . import _binaryninjacore as core from . import log -class FileAccessor(object): +class FileAccessor: def __init__(self): self._cb = core.BNFileAccessor() self._cb.context = 0 -- cgit v1.3.1