aboutsummaryrefslogtreecommitdiff
path: root/desktop/onionshare/tab/server_status.py
diff options
context:
space:
mode:
authorNoisyCoil <noisycoil@tutanota.com>2022-10-23 14:09:56 +0200
committerNoisyCoil <noisycoil@tutanota.com>2022-10-23 14:09:56 +0200
commitfadba5506a0b82cf331a106bcccff6478a3fd32d (patch)
tree299e7bfec7ecc0d8403f1719142b9a159b060767 /desktop/onionshare/tab/server_status.py
parente129f739342843468fc3d14a6503ff0acb8ca436 (diff)
downloadonionshare-fadba5506a0b82cf331a106bcccff6478a3fd32d.tar.gz
onionshare-fadba5506a0b82cf331a106bcccff6478a3fd32d.zip
Upgraded desktop/{onionshare,tests} to PySide6
Diffstat (limited to 'desktop/onionshare/tab/server_status.py')
-rw-r--r--desktop/onionshare/tab/server_status.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/onionshare/tab/server_status.py b/desktop/onionshare/tab/server_status.py
index d355b43b..185033c4 100644
--- a/desktop/onionshare/tab/server_status.py
+++ b/desktop/onionshare/tab/server_status.py
@@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import textwrap
-from PySide2 import QtCore, QtWidgets, QtGui
-from PySide2.QtCore import Qt
+from PySide6 import QtCore, QtWidgets, QtGui
+from PySide6.QtCore import Qt
from .. import strings
from ..widgets import Alert