From 56c26c1cc02679ce990150058fa4638fe1ecf4b0 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 18 Mar 2025 15:21:23 -0400 Subject: Revert importing sharedcache in Python init. --- python/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') diff --git a/python/__init__.py b/python/__init__.py index e4efd99b..1c6b279c 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -82,7 +82,6 @@ from .fileaccessor import * from .languagerepresentation import * from .lineformatter import * from .renderlayer import * -from binaryninja.sharedcache import * # We import each of these by name to prevent conflicts between # log.py and the function 'log' which we don't import below from .log import ( -- cgit v1.3.1