summaryrefslogtreecommitdiff
path: root/python/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/log.py')
-rw-r--r--python/log.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/log.py b/python/log.py
index b1fd7095..e7cd956d 100644
--- a/python/log.py
+++ b/python/log.py
@@ -19,9 +19,8 @@
# IN THE SOFTWARE.
-# Binary Ninja components
-import _binaryninjacore as core
-from enums import LogLevel
+# Binary Ninja components -- additional imports belong in the appropriate class
+from binaryninja import _binaryninjacore as core
_output_to_log = False