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/sections.py | |
| parent | 717e83ef9c857176ce223087951833a24aa59f7e (diff) | |
convert sample python triage plugin to PySide6
Diffstat (limited to 'python/examples/triage/sections.py')
| -rw-r--r-- | python/examples/triage/sections.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/triage/sections.py b/python/examples/triage/sections.py index b18f5f28..b4b37461 100644 --- a/python/examples/triage/sections.py +++ b/python/examples/triage/sections.py @@ -1,6 +1,6 @@ # coding: utf8 -from PySide2.QtWidgets import QWidget, QLabel, QGridLayout, QHBoxLayout +from PySide6.QtWidgets import QWidget, QLabel, QGridLayout, QHBoxLayout from binaryninja.enums import SectionSemantics import binaryninjaui from binaryninjaui import ViewFrame, UIContext |
