import appropriate modules for constant_time_compare to work

This commit is contained in:
Micah Lee 2014-08-20 21:29:45 +00:00
parent bda5bc3450
commit 2ac25e2995
2 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,7 @@
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
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging, ctypes, hmac
from itertools import izip
import stem, stem.control, flask
from PyQt4 import QtCore, QtGui
import onionshare, onionshare_gui