Port from PyQt5 to PySide2

This commit is contained in:
Micah Lee 2020-10-13 22:28:21 -07:00
parent b42f92d714
commit cb0494d46f
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
33 changed files with 86 additions and 106 deletions

View file

@ -10,7 +10,7 @@ import tempfile
import secrets
import platform
from PyQt5 import QtCore, QtTest, QtWidgets
from PySide2 import QtCore, QtTest, QtWidgets
from onionshare_cli.common import Common
from onionshare_cli.settings import Settings