summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-08-02 17:12:59 +0800
committerXusheng <xusheng@vector35.com>2024-08-02 17:21:34 +0800
commitbb9a62cdc97c4118f8fc8e49280f1329ce70c1d7 (patch)
treefa780719eb8fb426a189753d18a007580104b3d2 /python/__init__.py
parenta9a3f1ab55e18b345be37001c66cfa9455494b4a (diff)
Import debuginfo.py in __init__.py. Fix https://github.com/Vector35/binaryninja-api/issues/5815
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index d4cc4dac..90f1bcf6 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -75,6 +75,10 @@ from .typecontainer import *
from .exceptions import *
from .project import *
from .basedetection import *
+from .debuginfo import *
+from .externallibrary import *
+from .undo import *
+from .fileaccessor 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 (