diff --git a/onionshare/onionshare.py b/onionshare/onionshare.py index e427f04a..33674cc0 100644 --- a/onionshare/onionshare.py +++ b/onionshare/onionshare.py @@ -1,13 +1,11 @@ # -*- coding: utf-8 -*- import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, mimetypes, hmac -from random import randint -from functools import wraps from itertools import izip from stem.control import Controller from stem import SocketError -from flask import Flask, Markup, Response, request, make_response, send_from_directory, render_template_string, abort +from flask import Flask, Response, request, render_template_string, abort class NoTor(Exception): pass