diff options
Diffstat (limited to 'python/mainthread.py')
| -rw-r--r-- | python/mainthread.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/mainthread.py b/python/mainthread.py index 3e12bd65..16938f1a 100644 --- a/python/mainthread.py +++ b/python/mainthread.py @@ -18,9 +18,9 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -# Binary Ninja components -import _binaryninjacore as core -import scriptingprovider +# Binary Ninja components -- additional imports belong in the appropriate class +from binaryninja import _binaryninjacore as core +from binaryninja import scriptingprovider def execute_on_main_thread(func): |
