diff options
| author | KyleMiles <krm504@nyu.edu> | 2018-05-30 15:41:10 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2018-07-10 18:11:09 -0400 |
| commit | 5cff3bf3cc5aa11875569a6aeddf88ef867411f1 (patch) | |
| tree | 95d57658dae88fef66196cf8c8ac52e771d73f3d /python/log.py | |
| parent | 1c03ac08aa94f5bedf21ec8f48ee1ec998e0e50c (diff) | |
Various Python 3 support changes
Diffstat (limited to 'python/log.py')
| -rw-r--r-- | python/log.py | 1 |
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 |
