diff options
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 |
