From 8849fb2b2b8dc824bd3f17ce1026a04856477a94 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 4 Mar 2018 18:08:04 -0500 Subject: working division, prints, and metaclasses, but imports broken, still needs work --- python/highlight.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/highlight.py') 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): -- cgit v1.3.1