mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-21 13:04:47 -04:00
move __future__ include to top of onionshare-launcher.py
This commit is contained in:
parent
958324bbf5
commit
d8d28b6287
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue