fixed issue with pyinstaller packaging Qt4 on some OSX

This commit is contained in:
Micah Lee 2014-07-16 04:48:01 -07:00
parent 90a22f7249
commit e8cc7c3a4a

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
import PyQt4.QtCore, PyQt4.QtGui, PyQt4.QtWebKit
from PyQt4 import QtCore, QtGui, QtWebKit
import stem, stem.control, flask
import onionshare, onionshare_gui