onionshare/setup/onionshare-launcher.py

9 lines
313 B
Python
Raw Normal View History

from __future__ import division
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 PyQt4 import QtCore, QtGui
import onionshare, onionshare_gui
2014-06-10 13:31:19 -04:00
onionshare_gui.main()