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/files.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/examples/triage/files.py') diff --git a/python/examples/triage/files.py b/python/examples/triage/files.py index ad8a26cd..e293af57 100644 --- a/python/examples/triage/files.py +++ b/python/examples/triage/files.py @@ -1,7 +1,7 @@ import os -from PySide2.QtWidgets import QWidget, QTreeView, QFileSystemModel, QVBoxLayout, QMessageBox, QAbstractItemView -from PySide2.QtGui import QKeySequence -from PySide2.QtCore import QSettings, QDir +from PySide6.QtWidgets import QWidget, QTreeView, QFileSystemModel, QVBoxLayout, QMessageBox, QAbstractItemView +from PySide6.QtGui import QKeySequence +from PySide6.QtCore import QSettings, QDir from binaryninjaui import UIActionHandler, UIAction, Menu, FileContext, ContextMenuManager, UIContext from binaryninja.settings import Settings -- cgit v1.3.1