diff options
| author | Brian Potchik <brian@vector35.com> | 2018-08-02 14:34:06 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-08-02 14:34:06 -0400 |
| commit | 25e1a12bb57a7ec6e29f9641429eb29183c32d75 (patch) | |
| tree | 98518a5037be419568142fe9c855dd8e83ed6fb0 /python/update.py | |
| parent | dc720468f601d849aba0c4cb152422de93c18082 (diff) | |
Fix Update import broken in python merge from b460b9495a.
Diffstat (limited to 'python/update.py')
| -rw-r--r-- | python/update.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/update.py b/python/update.py index 7f5d6f9c..90128056 100644 --- a/python/update.py +++ b/python/update.py @@ -23,6 +23,8 @@ import ctypes # Binary Ninja components from binaryninja import _binaryninjacore as core + +import binaryninja from binaryninja.enums import UpdateResult # 2-3 compatibility |
