mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
8 lines
305 B
Python
8 lines
305 B
Python
# import stuff for pyinstaller to find
|
|
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools
|
|
import PyQt4.QtCore, PyQt4.QtGui, PyQt4.QtWebKit
|
|
import stem, stem.control, flask
|
|
import onionshare, onionshare_gui
|
|
|
|
onionshare_gui.main()
|