summaryrefslogtreecommitdiff
path: root/python/fileaccessor.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-08-29 15:26:00 -0400
committerPeter LaFosse <peter@vector35.com>2018-08-31 14:21:07 -0400
commitf0ccb75e7d80a6c0ae8b01d794b929f03bc6ea6d (patch)
tree7569fe7689062b265329ad0f649705aa8caab922 /python/fileaccessor.py
parenta6b801afadada75afd2b1779edee8d203f3b3140 (diff)
parent426bb3d8b47b93658bf969c429a8b98adae13c30 (diff)
Merging with dev
Diffstat (limited to 'python/fileaccessor.py')
-rw-r--r--python/fileaccessor.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/fileaccessor.py b/python/fileaccessor.py
index 2c1f1d19..c2539b39 100644
--- a/python/fileaccessor.py
+++ b/python/fileaccessor.py
@@ -22,9 +22,7 @@ import traceback
import ctypes
# Binary Ninja components
-import _binaryninjacore as core
-import log
-
+from binaryninja import _binaryninjacore as core
class FileAccessor(object):
def __init__(self):