mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 22:45:03 -04:00
Port from PyQt5 to PySide2
This commit is contained in:
parent
b42f92d714
commit
cb0494d46f
33 changed files with 86 additions and 106 deletions
|
@ -1,7 +1,7 @@
|
|||
import pytest
|
||||
import os
|
||||
|
||||
from PyQt5 import QtCore, QtTest, QtWidgets
|
||||
from PySide2 import QtCore, QtTest, QtWidgets
|
||||
|
||||
from .gui_base_test import GuiBaseTest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue