actually remove QtWebKit

This commit is contained in:
Micah Lee 2014-08-18 12:46:47 -07:00
parent 4ad2dda3a2
commit daf5066de9

View File

@ -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