summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2014-08-18 14:23:32 -0700
committerMicah Lee <micah@micahflee.com>2014-08-18 14:23:32 -0700
commitd8d28b628717d4c757024d6b891654df24593975 (patch)
tree1a01d8a3ed6512441f72f9219e69d3a0646f903b
parent958324bbf5db2c7aaab83dc1f70a6ee1e60c8339 (diff)
downloadonionshare-d8d28b628717d4c757024d6b891654df24593975.tar.gz
onionshare-d8d28b628717d4c757024d6b891654df24593975.zip
move __future__ include to top of onionshare-launcher.py
-rw-r--r--setup/onionshare-launcher.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup/onionshare-launcher.py b/setup/onionshare-launcher.py
index 235d0896..09c0343e 100644
--- a/setup/onionshare-launcher.py
+++ b/setup/onionshare-launcher.py
@@ -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