aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/main_window.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-10-13 22:28:21 -0700
committerMicah Lee <micah@micahflee.com>2020-10-13 22:28:21 -0700
commitcb0494d46f3149f9219c342ea8b19416f9b7c9ac (patch)
tree6acc2b1fe3f079fb2dff7a23cb7d56e4a332e71f /desktop/src/onionshare/main_window.py
parentb42f92d714145dcc6282773e61f68c00b4b79a28 (diff)
downloadonionshare-cb0494d46f3149f9219c342ea8b19416f9b7c9ac.tar.gz
onionshare-cb0494d46f3149f9219c342ea8b19416f9b7c9ac.zip
Port from PyQt5 to PySide2
Diffstat (limited to 'desktop/src/onionshare/main_window.py')
-rw-r--r--desktop/src/onionshare/main_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/src/onionshare/main_window.py b/desktop/src/onionshare/main_window.py
index 26cad2fa..38a6b275 100644
--- a/desktop/src/onionshare/main_window.py
+++ b/desktop/src/onionshare/main_window.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 PyQt5 import QtCore, QtWidgets, QtGui
+from PySide2 import QtCore, QtWidgets, QtGui
from onionshare_cli.web import Web