aboutsummaryrefslogtreecommitdiff
path: root/desktop/onionshare/moat_dialog.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/moat_dialog.py
parente129f739342843468fc3d14a6503ff0acb8ca436 (diff)
downloadonionshare-fadba5506a0b82cf331a106bcccff6478a3fd32d.tar.gz
onionshare-fadba5506a0b82cf331a106bcccff6478a3fd32d.zip
Upgraded desktop/{onionshare,tests} to PySide6
Diffstat (limited to 'desktop/onionshare/moat_dialog.py')
-rw-r--r--desktop/onionshare/moat_dialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/onionshare/moat_dialog.py b/desktop/onionshare/moat_dialog.py
index db4bdf29..6e33a047 100644
--- a/desktop/onionshare/moat_dialog.py
+++ b/desktop/onionshare/moat_dialog.py
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
-from PySide2 import QtCore, QtWidgets, QtGui
+from PySide6 import QtCore, QtWidgets, QtGui
import requests
import os
import base64