mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-27 06:47:07 -05:00
removing QtWebkit as a dependency for PyInstaller and for building the .deb
This commit is contained in:
parent
4ad2dda3a2
commit
7a26178e26
@ -1,7 +1,9 @@
|
|||||||
# import stuff for pyinstaller to find
|
# import stuff for pyinstaller to find
|
||||||
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging
|
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging, ctypes
|
||||||
from PyQt4 import QtCore, QtGui, QtWebKit
|
import stem, stem.control, flask, itsdangerous
|
||||||
import stem, stem.control, flask
|
from __future__ import division
|
||||||
|
from PyQt4 import QtCore, QtGui
|
||||||
|
|
||||||
import onionshare, onionshare_gui
|
import onionshare, onionshare_gui
|
||||||
|
|
||||||
onionshare_gui.main()
|
onionshare_gui.main()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user