mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-18 19:08:24 -04:00
refactored cleanup handlers to use a queue, so they will work with the GUI
This commit is contained in:
parent
a3fb7a930b
commit
0bc778437d
3 changed files with 22 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
from __future__ import division
|
||||
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging, ctypes, hmac
|
||||
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging, ctypes, hmac, shutil
|
||||
from itertools import izip
|
||||
import stem, stem.control, flask
|
||||
from PyQt4 import QtCore, QtGui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue