From 25e1a12bb57a7ec6e29f9641429eb29183c32d75 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 2 Aug 2018 14:34:06 -0400 Subject: Fix Update import broken in python merge from b460b9495a. --- python/update.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/update.py') 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 -- cgit v1.3.1