From d4d1fbb390c9a31045cea8e612c02e242d11c438 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 5 Mar 2018 16:09:30 -0500 Subject: Additional changes for python 2/3 compatibility --- python/fileaccessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fileaccessor.py') diff --git a/python/fileaccessor.py b/python/fileaccessor.py index 5a602b89..3c7c5e45 100644 --- a/python/fileaccessor.py +++ b/python/fileaccessor.py @@ -25,7 +25,7 @@ import ctypes from binaryninja import _binaryninjacore as core class FileAccessor(object): - from binaryninja import log + def __init__(self): self._cb = core.BNFileAccessor() self._cb.context = 0 -- cgit v1.3.1