summaryrefslogtreecommitdiff
path: root/python/log.py
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2018-05-30 15:41:10 -0400
committerRyan Snyder <ryan@vector35.com>2018-07-10 18:11:09 -0400
commit5cff3bf3cc5aa11875569a6aeddf88ef867411f1 (patch)
tree95d57658dae88fef66196cf8c8ac52e771d73f3d /python/log.py
parent1c03ac08aa94f5bedf21ec8f48ee1ec998e0e50c (diff)
Various Python 3 support changes
Diffstat (limited to 'python/log.py')
-rw-r--r--python/log.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/log.py b/python/log.py
index e7cd956d..d4d87019 100644
--- a/python/log.py
+++ b/python/log.py
@@ -21,6 +21,7 @@
# Binary Ninja components -- additional imports belong in the appropriate class
from binaryninja import _binaryninjacore as core
+from binaryninja.enums import LogLevel
_output_to_log = False