onionshare/setup/onionshare-launcher.py

8 lines
314 B
Python
Raw Normal View History

# 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
import stem, stem.control, flask
import onionshare, onionshare_gui
2014-06-10 13:31:19 -04:00
onionshare_gui.main()