mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-12 15:59:30 -05:00
fixed issue with pyinstaller packaging Qt4 on some OSX
This commit is contained in:
parent
90a22f7249
commit
e8cc7c3a4a
@ -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
|
||||
import PyQt4.QtCore, PyQt4.QtGui, PyQt4.QtWebKit
|
||||
from PyQt4 import QtCore, QtGui, QtWebKit
|
||||
import stem, stem.control, flask
|
||||
import onionshare, onionshare_gui
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user