From eeff59a1368c152beac32f9eb0d823c9f0ab4251 Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Thu, 5 Jul 2018 18:31:05 -0400 Subject: tests: Separate unit test corpus from results --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index d439f563..cdc88fff 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -272,7 +272,7 @@ class BinaryDataNotificationCallbacks(object): def _function_update_requested(self, ctxt, view, func): try: - self.notify.function_update_requested(self.view, function.Function(self.view, core.BNNewFunctionReference(func))) + self.notify.function_update_requested(self.view, binaryninja.function.Function(self.view, core.BNNewFunctionReference(func))) except: log.log_error(traceback.format_exc()) -- cgit v1.3.1