mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-08 14:15:58 -05:00
move __future__ include to top of onionshare-launcher.py
This commit is contained in:
parent
958324bbf5
commit
d8d28b6287
@ -1,7 +1,6 @@
|
||||
# import stuff for pyinstaller to find
|
||||
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 __future__ import division
|
||||
from PyQt4 import QtCore, QtGui
|
||||
|
||||
import onionshare, onionshare_gui
|
||||
|
Loading…
x
Reference in New Issue
Block a user