mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-06 13:15:49 -05:00
Merge pull request #112 from lazlolazlolazlo/unused
Remove unused imports
This commit is contained in:
commit
1067df9370
@ -1,13 +1,11 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, mimetypes, hmac
|
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 itertools import izip
|
||||||
|
|
||||||
from stem.control import Controller
|
from stem.control import Controller
|
||||||
from stem import SocketError
|
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
|
class NoTor(Exception): pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user