mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-19 20:14:13 -04:00
fixed issue with pyinstaller packaging Qt4 on some OSX
This commit is contained in:
parent
90a22f7249
commit
e8cc7c3a4a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# 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
|
||||||
import PyQt4.QtCore, PyQt4.QtGui, PyQt4.QtWebKit
|
from PyQt4 import QtCore, QtGui, QtWebKit
|
||||||
import stem, stem.control, flask
|
import stem, stem.control, flask
|
||||||
import onionshare, onionshare_gui
|
import onionshare, onionshare_gui
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue