diff options
| author | Ryan Snyder <ryan@vector35.com> | 2018-07-05 18:31:05 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2018-07-10 18:11:10 -0400 |
| commit | eeff59a1368c152beac32f9eb0d823c9f0ab4251 (patch) | |
| tree | a7a50aec25275538f50e9d317484d476d88e6c15 /python/binaryview.py | |
| parent | 975249d22e10360ed2c4c0bcea151c39d9446b0a (diff) | |
tests: Separate unit test corpus from results
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |
