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/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 0b05f5b5..c46fb0d6 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -90,7 +90,7 @@ def get_install_directory(): return core.BNGetInstallDirectory() -class _DestructionCallbackHandler(object): +class _DestructionCallbackHandler: def __init__(self): self._cb = core.BNObjectDestructionCallbacks() self._cb.context = 0 -- cgit v1.3.1