summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2022-04-13 11:48:37 -0400
committerKyleMiles <krm504@nyu.edu>2022-04-13 11:49:58 -0400
commit8311f1186ee70ade2d84432d34c4fe406a2a0361 (patch)
tree2eb83d0e6c7eecd642292d0aa10f4956cc5c9c8a /python
parentf0774d67d9e1bcaec9a7f29b9dab95871d662418 (diff)
Python API : Fixes fully-qualified `binaryninja.log.log*` calls and adds test to make sure no one breaks it again
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 6fee5c1d..5cc920d5 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -42,7 +42,7 @@ from .enums import (
TypeClass, BinaryViewEventType, FunctionGraphType, TagReferenceType, TagTypeType, RegisterValueType, LogLevel
)
from . import associateddatastore # required for _BinaryViewAssociatedDataStore
-from .log import log, log_debug, log_info, log_warn, log_error, log_alert, Logger
+from .log import log_warn, log_error, Logger
from . import typelibrary
from . import fileaccessor
from . import databuffer