diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-08-19 23:13:18 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-08-19 23:13:18 -0400 |
| commit | c1e526ea39d97c4c374de4cf8c211dc39ebbb538 (patch) | |
| tree | 8f90712b8000910612ea6fa55735201955b811de /python/examples/triage/entropy.py | |
| parent | 717e83ef9c857176ce223087951833a24aa59f7e (diff) | |
convert sample python triage plugin to PySide6
Diffstat (limited to 'python/examples/triage/entropy.py')
| -rw-r--r-- | python/examples/triage/entropy.py | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
