[Pkg-anonymity-tools] [onionshare] 11/140: Remove unused imports
Ulrike Uhlig
u-guest at moszumanska.debian.org
Mon Sep 29 20:33:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository onionshare.
commit 829f15ab34c18680dd36d296c931964f945884a4
Author: Lazlo Westerhof <github at lazlo.me>
Date: Sat Aug 23 00:10:51 2014 +0200
Remove unused imports
---
onionshare/onionshare.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/onionshare/onionshare.py b/onionshare/onionshare.py
index 71e198a..ec96f1a 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git
More information about the Pkg-anonymity-tools
mailing list