move __future__ include to top of onionshare-launcher.py

This commit is contained in:
Micah Lee 2014-08-18 14:23:32 -07:00
parent 958324bbf5
commit d8d28b6287

View File

@ -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