remove unused imports

This commit is contained in:
ThomasV 2015-03-14 09:37:56 +01:00
parent 4ebefc6e4c
commit b2a13dbd9c
1 changed files with 3 additions and 2 deletions

View File

@ -17,10 +17,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import threading, time, Queue, os, sys, shutil
import threading
import Queue
import util
from util import user_dir, print_error
from bitcoin import *