From c1e526ea39d97c4c374de4cf8c211dc39ebbb538 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 19 Aug 2021 23:13:18 -0400 Subject: convert sample python triage plugin to PySide6 --- python/examples/triage/entropy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/examples/triage/entropy.py') diff --git a/python/examples/triage/entropy.py b/python/examples/triage/entropy.py index 3ce2de11..3b24a9ba 100644 --- a/python/examples/triage/entropy.py +++ b/python/examples/triage/entropy.py @@ -1,8 +1,8 @@ import math import threading -from PySide2.QtWidgets import QWidget -from PySide2.QtGui import QImage, QColor, QPainter -from PySide2.QtCore import Qt, QSize, QTimer +from PySide6.QtWidgets import QWidget +from PySide6.QtGui import QImage, QColor, QPainter +from PySide6.QtCore import Qt, QSize, QTimer import binaryninjaui from binaryninjaui import ViewFrame, UIContext from binaryninja.enums import ThemeColor -- cgit v1.3.1