Fixed missing hashlib import in class_sendDataThread

This commit is contained in:
Jordan Hall 2013-06-23 19:31:47 +01:00
parent 3f0283eaaf
commit e9dc2d5c5e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import threading
import shared
import Queue
from struct import unpack, pack
import hashlib
import bitmessagemain