mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-23 14:51:08 -04:00
9 lines
352 B
Python
9 lines
352 B
Python
# import stuff for pyinstaller to find
|
|
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging, ctypes
|
|
import stem, stem.control, flask, itsdangerous
|
|
from __future__ import division
|
|
from PyQt4 import QtCore, QtGui
|
|
|
|
import onionshare, onionshare_gui
|
|
|
|
onionshare_gui.main()
|