summaryrefslogtreecommitdiff
path: root/python/highlight.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/highlight.py')
-rw-r--r--python/highlight.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/highlight.py b/python/highlight.py
index 96bc543d..b04561bd 100644
--- a/python/highlight.py
+++ b/python/highlight.py
@@ -19,9 +19,9 @@
# IN THE SOFTWARE.
-# Binary Ninja components
-import _binaryninjacore as core
-from enums import HighlightColorStyle, HighlightStandardColor
+# Binary Ninja components -- additional imports belong in the appropriate class
+from binaryninja import _binaryninjacore as core
+from binaryninja.enums import HighlightColorStyle, HighlightStandardColor
class HighlightColor(object):