mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 11:26:16 -04:00
actually remove QtWebKit
This commit is contained in:
parent
4ad2dda3a2
commit
daf5066de9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# import stuff for pyinstaller to find
|
||||
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging
|
||||
from PyQt4 import QtCore, QtGui, QtWebKit
|
||||
from PyQt4 import QtCore, QtGui
|
||||
import stem, stem.control, flask
|
||||
import onionshare, onionshare_gui
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue