Import onion exceptions that were missing

This commit is contained in:
Micah Lee 2018-09-18 17:44:54 -07:00
parent 901ecb6adc
commit 066e8c58ed

View File

@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import time
from PyQt5 import QtCore
from onionshare.onion import *
class OnionThread(QtCore.QThread):
"""