diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-06-07 09:59:54 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-09-05 10:08:09 -0400 |
| commit | 61b4bb24e06aa955484293d35fa926c07887544b (patch) | |
| tree | 29c6b7fecdac6270681260637439926ec07a259e /python/log.py | |
| parent | 75f2463a46cc666e87120f3a30332fa80020b62e (diff) | |
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Diffstat (limited to 'python/log.py')
| -rw-r--r-- | python/log.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/log.py b/python/log.py index 327ec561..e72a843a 100644 --- a/python/log.py +++ b/python/log.py @@ -20,8 +20,8 @@ # Binary Ninja components -from binaryninja import _binaryninjacore as core -from binaryninja.enums import LogLevel +from . import _binaryninjacore as core +from .enums import LogLevel _output_to_log = False |
